We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71782 commit 3d83c73Copy full SHA for 3d83c73
docs/release-notes/release-notes-0.20.0.md
@@ -127,8 +127,15 @@ reader of a payment request.
127
to improve readability and maintainability of the code.
128
129
## Breaking Changes
130
+
131
## Performance Improvements
132
133
+* Let the channel graph cache be populated asynchronously on startup. While the
134
+ cache is being populated, the graph is still available for queries, but
135
+ all read queries will be served from the database until the cache is fully
136
+ populated. This new behaviour can be opted out of via the new
137
+ `--db.sync-graph-cache-load` option.
138
139
## Deprecations
140
141
### ⚠️ **Warning:** The following RPCs will be removed in release version **0.21**:
0 commit comments