services: vaultwarden: lower number of workers

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-06-01 23:08:34 +02:00
parent a95c8c343b
commit c69bb88f8b
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -20,6 +20,7 @@
SHOW_PASSWORD_HINT = false;
ROCKET_ADDRESS = "::1";
ROCKET_PORT = 8222;
ROCKET_WORKERS = 4; # more than enough
};
};