We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc31049 commit 1d1ccc7Copy full SHA for 1d1ccc7
docs/release-notes/release-notes-0.20.1.md
@@ -51,6 +51,15 @@
51
52
## Performance Improvements
53
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
+
63
## Deprecations
64
65
# Technical and Architectural Updates
0 commit comments