fix(vaultwarden): bump ROCKET_WORKERS
This variable was not required when running from the user-space, but after migrating to quadlets, I had to define it. Just to satisfy the requirements, I set it to 1. Based on some docs I have managed to find, it appears that the default is 10. Given the amount of users of my deployment and the fact it's running on the VPS, setting it to 8. Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
e106973211
commit
02b44273db
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ YUBICO_CLIENT_ID={{ vaultwarden_yubico_client_id }}
|
|||
YUBICO_SECRET_KEY={{ vaultwarden_yubico_secret_key }}
|
||||
|
||||
# dunno why, but ok…
|
||||
ROCKET_WORKERS=1
|
||||
ROCKET_WORKERS=8
|
||||
|
|
Loading…
Reference in a new issue