retry_timeout description change

This commit is contained in:
Alexander Strizhakov 2020-03-04 08:56:36 +03:00
parent d9c5ae7c09
commit 8d9dee1ba9
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 1 additions and 1 deletions

View File

@ -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