mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Reduce ROCKET_WORKERS
This commit is contained in:
parent
2d9b3a371d
commit
cb983be450
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ DOMAIN=https://__DOMAIN__
|
||||||
ROCKET_ADDRESS=127.0.0.1 # Enable this to test mobile app
|
ROCKET_ADDRESS=127.0.0.1 # Enable this to test mobile app
|
||||||
ROCKET_PORT=__ROCKET_PORT__
|
ROCKET_PORT=__ROCKET_PORT__
|
||||||
# ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
|
# ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
|
||||||
ROCKET_WORKERS=10
|
ROCKET_WORKERS=5
|
||||||
|
|
||||||
## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service.
|
## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service.
|
||||||
## To make sure the email links are pointing to the correct host, set the DOMAIN variable.
|
## To make sure the email links are pointing to the correct host, set the DOMAIN variable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue