summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 08:56:36 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 08:56:36 +0300
commit8d9dee1ba951e81aaa08b4db64b431a7456dae56 (patch)
treed37de10ba24b82b9e417683bd1daf241dc6b50f7 /docs/configuration/cheatsheet.md
parentd9c5ae7c09c7cbf3f4f66e01b7ed69a3d6388916 (diff)
downloadpleroma-8d9dee1ba951e81aaa08b4db64b431a7456dae56.tar.gz
pleroma-8d9dee1ba951e81aaa08b4db64b431a7456dae56.zip
retry_timeout description change
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 a39a7436d..85cc6170a 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -407,7 +407,7 @@ 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.
* `:retry` - number of retries, while `gun` will try to reconnect if connections goes down. Default: 1.
-* `:retry_timeout` - timeout while `gun` will try to reconnect. Default: 1000ms.
+* `:retry_timeout` - time between retries when gun will try to reconnect in milliseconds. Default: 1000ms.
* `:await_up_timeout` - timeout while `gun` will wait until connection is up. Default: 5000ms.
### :pools