Add deliver_concurrency to readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-07-25 14:48:09 -05:00
parent d365e34f47
commit dfbd5c9035

View file

@ -106,6 +106,7 @@ LOCAL_BLURB="<p>Welcome to my cool relay where I have cool relay things happenin
PROMETHEUS_ADDR=0.0.0.0 PROMETHEUS_ADDR=0.0.0.0
PROMETHEUS_PORT=9000 PROMETHEUS_PORT=9000
CLIENT_POOL_SIZE=20 CLIENT_POOL_SIZE=20
DELIVER_CONCURRENCY=8
``` ```
#### Descriptions #### Descriptions
@ -160,6 +161,9 @@ Optional - How many connections the relay should maintain per thread. This value
by the number of cores available to the relay. This defaults to 20, so a 4-core machine will have a by the number of cores available to the relay. This defaults to 20, so a 4-core machine will have a
maximum of 160 simultaneous outbound connections. If you run into problems related to "Too many open maximum of 160 simultaneous outbound connections. If you run into problems related to "Too many open
files", you can either decrease this number or increase the ulimit for your system. files", you can either decrease this number or increase the ulimit for your system.
##### `DELIVER_CONCURRENCY`
Optional - How many deliver requests the relay should allow to be in-flight per thread. the default
is 8
### Subscribing ### Subscribing
Mastodon admins can subscribe to this relay by adding the `/inbox` route to their relay settings. Mastodon admins can subscribe to this relay by adding the `/inbox` route to their relay settings.