Skip to content

Commit c5372c4

Browse files
committed
docs: update release notes
1 parent 750027b commit c5372c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,16 @@ reader of a payment request.
128128
to improve readability and maintainability of the code.
129129

130130
## Breaking Changes
131+
131132
## Performance Improvements
132133

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+
133141
## Deprecations
134142

135143
### ⚠️ **Warning:** The following RPCs will be removed in release version **0.21**:

0 commit comments

Comments
 (0)