diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-25 19:01:29 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-25 19:01:29 +0300 |
commit | 6b012ddd69aec0f85c22ad91dbb76e05f2edaf58 (patch) | |
tree | d0ebf5e91424c710bb3206836e78254a0fd909d8 /docs/configuration/cheatsheet.md | |
parent | 8efae966b1e87fe448a13d04eae0898c4a102c29 (diff) | |
download | pleroma-6b012ddd69aec0f85c22ad91dbb76e05f2edaf58.tar.gz pleroma-6b012ddd69aec0f85c22ad91dbb76e05f2edaf58.zip |
some docs
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index d99537a50..d5a978c5a 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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. |