Fix port; add user pool mode (#395)

* Fix port; add user pool mode

* will probably break our session/transaction mode tests
This commit is contained in:
Lev Kokotov
2023-04-05 15:06:19 -07:00
committed by GitHub
parent 89e15f09b5
commit a62f6b0eea
4 changed files with 24 additions and 6 deletions

View File

@@ -134,6 +134,7 @@ password = "sharding_user"
# is the sum of pool_size across all users.
pool_size = 9
# Maximum query duration. Dangerous, but protects against DBs that died in a non-obvious way.
# 0 means it is disabled.
statement_timeout = 0