We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a47d2 commit 9a97eccCopy full SHA for 9a97ecc
1 file changed
docs/configuration/pgdog.toml/general.md
@@ -153,8 +153,8 @@ Controls whether to disconnect clients upon encountering connection pool errors
153
154
Available options:
155
156
-- `recover` (default)
157
-- `drop`
+- `recover`
+- `drop` (default)
158
159
160
## Timeouts
@@ -198,7 +198,7 @@ Default: **disabled**
198
199
Maximum amount of time to allow for PgDog to create a connection to Postgres.
200
201
-Default: **`300`** (5s)
+Default: **`5_000`** (5s)
202
203
### `connect_attempts`
204
@@ -217,7 +217,7 @@ Default: **`0`** (0ms)
217
218
Maximum amount of time a client is allowed to wait for a connection from the pool.
219
220
221
222
### `idle_timeout`
223
0 commit comments