postgres: add connection limit

This commit is contained in:
Joost Jager
2021-11-17 09:45:45 +01:00
parent b0fa19e8b0
commit 274faff980
8 changed files with 130 additions and 7 deletions

View File

@@ -632,6 +632,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