Skip to content

Commit 45ea9d6

Browse files
committed
docs: add release-notes for LND 20.1
1 parent 00e5a8c commit 45ea9d6

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
@@ -43,6 +43,15 @@
4343

4444
## Performance Improvements
4545

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

4857
# Technical and Architectural Updates

0 commit comments

Comments
 (0)