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 4cc0a90 commit cecc728Copy full SHA for cecc728
docs/release-notes/release-notes-0.20.1.md
@@ -47,6 +47,15 @@
47
48
## Performance Improvements
49
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
+
59
## Deprecations
60
61
# Technical and Architectural Updates
0 commit comments