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