File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,16 @@ reader of a payment request.
127
127
to improve readability and maintainability of the code.
128
128
129
129
## Breaking Changes
130
+
130
131
## Performance Improvements
131
132
133
+ * Let the [ channel graph cache be populated
134
+ asynchronously] ( https://github.com/lightningnetwork/lnd/pull/10065 ) on
135
+ startup. While the cache is being populated, the graph is still available for
136
+ queries, but all read queries will be served from the database until the cache
137
+ is fully populated. This new behaviour can be opted out of via the new
138
+ ` --db.sync-graph-cache-load ` option.
139
+
132
140
## Deprecations
133
141
134
142
### ⚠️ ** Warning:** The following RPCs will be removed in release version ** 0.21** :
You can’t perform that action at this time.
0 commit comments