fix: more conn tweaks for postgres

This commit is contained in:
decentral1se 2021-12-13 13:10:23 +01:00
parent fa503e1f1d
commit 2f294803ac
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 0 deletions

View File

@ -771,6 +771,9 @@ database:
port: 5432
cp_min: 5
cp_max: 10
keepalives_idle: 10
keepalives_interval: 10
keepalives_count: 3
## Logging ##