summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 20:09:18 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-04 20:09:18 +0300
commitb34bc669b91903a4567f6f527ebe16f9cd7e0ccf (patch)
tree803764ca489d7191c4f712841dfb3e4d5d35d01a /docs/configuration
parentfe47bcde8c20d7c968a7fb20637b4bccc6389691 (diff)
downloadpleroma-b34bc669b91903a4567f6f527ebe16f9cd7e0ccf.tar.gz
pleroma-b34bc669b91903a4567f6f527ebe16f9cd7e0ccf.zip
adding descriptions
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 85cc6170a..833d243e8 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -406,8 +406,8 @@ 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` - time between retries when gun will try to reconnect in milliseconds. Default: 1000ms.
+* `:retry` - number of retries, while `gun` will try to reconnect if connection goes down. Default: 1.
+* `: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