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 00e5a8c commit 45ea9d6Copy full SHA for 45ea9d6
docs/release-notes/release-notes-0.20.1.md
@@ -43,6 +43,15 @@
43
44
## Performance Improvements
45
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
+
55
## Deprecations
56
57
# Technical and Architectural Updates
0 commit comments