mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Replace hardcoded WithGlobalLock assignment with configurable options wallet postgres backends. Also add the WithGlobalLock option to the channeldb table for postgres backends. Defaults: - channeldb: false (allow concurrent access) - wallet: true (maintain safe single-writer behavior) Users can now override these defaults via: - db.postgres.channeldb-with-global-lock - db.postgres.walletdb-with-global-lock This gives operators flexibility while maintaining safe defaults until full native SQL migration is complete. Moreover exclude db.postgres.walletdb-with-global-lock check in the sample config file script. We cannot easily check the correct default because we set it later in the LND startup sequence so we exclude it. |
||
|---|---|---|
| .. | ||
| bw-compatibility-test | ||
| keys | ||
| check-commit.sh | ||
| check-each-commit.sh | ||
| check-go-version-dockerfile.sh | ||
| check-go-version-yaml.sh | ||
| check-pgp-expiry.sh | ||
| check-release-notes.sh | ||
| check-rest-annotations.sh | ||
| check-sample-lnd-conf.sh | ||
| fuzz.sh | ||
| fuzzy-match-release-branch.sh | ||
| gen_man_pages.sh | ||
| gen_sqlc_docker.sh | ||
| install_bitcoind.sh | ||
| itest_parallel.sh | ||
| itest_part.sh | ||
| release.sh | ||
| tidy_modules.sh | ||
| unit-test-flake-hunter.sh | ||
| unit_test_modules.sh | ||
| verify-install.sh | ||