From 19e9f26467dfd7944243d9b9e62a198eec5efcdc Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 14:03:38 -0800 Subject: [PATCH] readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffee100..8197e60 100644 --- a/README.md +++ b/README.md @@ -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