summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 13:05:28 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 13:05:28 +0300
commit28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6 (patch)
tree8b8769b9a5a00dfe133c156a8048385de3126f10 /docs/configuration/cheatsheet.md
parent151dc4e387cfbb91b7cd85461ce0deb1e5f5fe30 (diff)
downloadpleroma-28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6.tar.gz
pleroma-28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6.zip
naming for checkin from pool timeout
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 65f37e846..ef3cc40e6 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -404,7 +404,7 @@ Advanced settings for connections pool. Pool with opened connections. These conn
For big instances it's recommended to increase `config :pleroma, :connections_pool, max_connections: 500` up to 500-1000.
It will increase memory usage, but federation would work faster.
-* `:receive_connection_timeout` - timeout to receive connection from pool. Default: 250ms.
+* `:checkin_timeout` - timeout to checkin connection from pool. Default: 250ms.
* `:max_connections` - maximum number of connections in the pool. Default: 250 connections.
* `:retry` - number of retries, while `gun` will try to reconnect if connections goes down. Default: 5.
* `:retry_timeout` - timeout while `gun` will try to reconnect. Default: 100ms.