Skip to content

Commit 1d1ccc7

Browse files
committed
docs: add release-notes for LND 20.1
1 parent bc31049 commit 1d1ccc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes/release-notes-0.20.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151

5252
## Performance Improvements
5353

54+
* [Added new Postgres configuration
55+
options](https://github.com/lightningnetwork/lnd/pull/10394)
56+
`db.postgres.channeldb-with-global-lock` and
57+
`db.postgres.walletdb-with-global-lock` to allow fine-grained control over
58+
database concurrency. The channeldb global lock defaults to `false` to enable
59+
concurrent access, while the wallet global lock defaults to `true` to maintain
60+
safe single-writer behavior until the wallet subsystem is fully
61+
concurrent-safe.
62+
5463
## Deprecations
5564

5665
# Technical and Architectural Updates

0 commit comments

Comments
 (0)