forked from mirrors/relay
Add deliver_concurrency to readme
This commit is contained in:
parent
d365e34f47
commit
dfbd5c9035
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue