Skip to content

Commit 1bd0138

Browse files
docs: removed duplicate entry in Standard Pooling section (#2134)
removed duplicate entry
1 parent 0ec7022 commit 1bd0138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/self-hosted/deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ postgres://user:password@host:123/database?sslmode=verify-full
5252

5353
- `max_idle_conns` (number): Sets the maximum number of connections in the idle. Defaults to the number of CPU cores.
5454
- `max_conns` (number): Sets the maximum number of open connections to the database. Defaults to the number of CPU cores times 2.
55-
- `max_idle_conns` (number): Sets the maximum number of connections in the idle. Defaults to the number of CPU cores.
5655
- `max_conn_lifetime` (duration): Sets the maximum amount of time ("ms", "s", "m", "h") a connection may be reused.
5756
- `max_conn_idle_time` (duration): Sets the maximum amount of time ("ms", "s", "m", "h") a connection can be kept alive.
5857
- `connect_timeout` (number): Maximum wait for connection, in seconds. Zero or not specified means wait indefinitely.

0 commit comments

Comments
 (0)