Skip to content

Commit 3d83c73

Browse files
committed
docs: update release notes
1 parent ef71782 commit 3d83c73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,15 @@ 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 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+
132139
## Deprecations
133140

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

0 commit comments

Comments
 (0)