Skip to content

Commit 9a97ecc

Browse files
committed
fix: defaults
1 parent b6a47d2 commit 9a97ecc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/configuration/pgdog.toml/general.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Controls whether to disconnect clients upon encountering connection pool errors
153153

154154
Available options:
155155

156-
- `recover` (default)
157-
- `drop`
156+
- `recover`
157+
- `drop` (default)
158158

159159

160160
## Timeouts
@@ -198,7 +198,7 @@ Default: **disabled**
198198

199199
Maximum amount of time to allow for PgDog to create a connection to Postgres.
200200

201-
Default: **`300`** (5s)
201+
Default: **`5_000`** (5s)
202202

203203
### `connect_attempts`
204204

@@ -217,7 +217,7 @@ Default: **`0`** (0ms)
217217

218218
Maximum amount of time a client is allowed to wait for a connection from the pool.
219219

220-
Default: **`300`** (5s)
220+
Default: **`5_000`** (5s)
221221

222222
### `idle_timeout`
223223

0 commit comments

Comments
 (0)