Skip to content

Commit a814e5a

Browse files
committed
docs: update release notes
1 parent fc65b3a commit a814e5a

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
@@ -127,8 +127,16 @@ reader of a payment request.
127127
to improve readability and maintainability of the code.
128128

129129
## Breaking Changes
130+
130131
## Performance Improvements
131132

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

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

0 commit comments

Comments
 (0)