Skip to content

Commit 98ea583

Browse files
committed
docs: add release-notes for LND 20.1
1 parent 97a26fd commit 98ea583

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
@@ -47,6 +47,15 @@
4747

4848
## Performance Improvements
4949

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

5261
# Technical and Architectural Updates

0 commit comments

Comments
 (0)