Add more pool settings (#416)

* Add some pool settings

* fmt
This commit is contained in:
Lev Kokotov
2023-04-26 16:33:26 -07:00
committed by GitHub
parent cb5ff40a59
commit 4a87b4807d
5 changed files with 141 additions and 18 deletions

View File

@@ -49,6 +49,14 @@ default: 30000 # milliseconds
How long an idle connection with a server is left open (ms).
### server_lifetime
```
path: general.server_lifetime
default: 86400000 # 24 hours
```
Max connection lifetime before it's closed, even if actively used.
### idle_client_in_transaction_timeout
```
path: general.idle_client_in_transaction_timeout