some docs

This commit is contained in:
Alexander Strizhakov 2020-02-25 19:01:29 +03:00
parent 8efae966b1
commit 6b012ddd69
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ For each pool, the options are:
Advanced settings for connections pool. Pool with opened connections. These connections can be reused in worker pools.
For big instances it's recommended to increase `max_connections` 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.
* `: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.