diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index febdca71e..6f7012af2 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -396,7 +396,6 @@ Advanced settings for connections pool. Pool with opened connections. These conn For big instances it's recommended to increase `max_connections` up to 500-1000. It will increase memory usage, but federation would work faster. -* `:checkin_timeout` - timeout to checkin connection from pool. Default: 250ms. * `:max_connections` - maximum number of connections in the pool. Default: 250 connections. * `:max_idle_time` - maximum of time in minutes, while connection can be idle. Default: 1 minute. * `:closing_idle_conns_interval` - interval between cleaning pool in minutes from idle connections. Default: 1 minute. |