We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec7022 commit 1bd0138Copy full SHA for 1bd0138
docs/self-hosted/deployment.md
@@ -52,7 +52,6 @@ postgres://user:password@host:123/database?sslmode=verify-full
52
53
- `max_idle_conns` (number): Sets the maximum number of connections in the idle. Defaults to the number of CPU cores.
54
- `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.
56
- `max_conn_lifetime` (duration): Sets the maximum amount of time ("ms", "s", "m", "h") a connection may be reused.
57
- `max_conn_idle_time` (duration): Sets the maximum amount of time ("ms", "s", "m", "h") a connection can be kept alive.
58
- `connect_timeout` (number): Maximum wait for connection, in seconds. Zero or not specified means wait indefinitely.
0 commit comments