Merge pull request #5992 from bottlepay/pg-max-conn

postgres: add connection limit
This commit is contained in:
Olaoluwa Osuntokun
2021-11-17 11:53:52 -08:00
committed by GitHub
8 changed files with 130 additions and 7 deletions

View File

@@ -634,6 +634,8 @@ messages directly. There is no routing/path finding involved.
* [Fixes a bug that would cause pruned nodes to stall out](https://github.com/lightningnetwork/lnd/pull/5970)
* [Add Postgres connection limit](https://github.com/lightningnetwork/lnd/pull/5992)
## Documentation
The [code contribution guidelines have been updated to mention the new