This commit is contained in:
Lev Kokotov
2022-02-10 14:03:38 -08:00
parent 070c38ddc5
commit 19e9f26467

View File

@@ -127,10 +127,13 @@ All queries will be `SELECT` only (`-S`) just so disks don't get in the way, sin
[databases]
shard0 = host=localhost port=5432 user=sharding_user password=sharding_user
[pgbouncer]
pool_mode = transaction
max_client_conn = 1000
```
Everything else stays default.
#### Runs