Merge pull request #5547 from bhandras/etcd_backend_rwlock

etcd: optionally reduce concurrency to single writer for legacy code
This commit is contained in:
Oliver Gugger
2021-07-21 16:28:20 +02:00
committed by GitHub
6 changed files with 76 additions and 17 deletions

View File

@ -18,6 +18,12 @@ the release notes folder that at leasts links to PR being added.
in place](https://github.com/lightningnetwork/lnd/pull/5545).
* [Added minor fixes to contribution guidelines](https://github.com/lightningnetwork/lnd/pull/5503).
## Database
* [Ensure single writer for legacy
code](https://github.com/lightningnetwork/lnd/pull/5547) when using etcd
backend.
# Contributors (Alphabetical Order)
* ErikEk
* Zero-1729