1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-28 21:44:49 +00:00

Document database connection retries and change alpine repo for catatonit

(cherry picked from commit 88e3835050c0418c060c8e3a704894763ee33aa0)
This commit is contained in:
Daniel García 2020-10-04 14:13:31 +02:00
commit 8746d36845
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 6 additions and 2 deletions

View file

@ -82,6 +82,10 @@
## cause performance degradation or might render the service unable to start.
# ENABLE_DB_WAL=true
## Database connection retries
## Number of times to retry the database connection during startup, with 1 second delay between each retry, set to 0 to retry indefinitely
# DB_CONNECTION_RETRIES=15
## Disable icon downloading
## Set to true to disable icon downloading, this would still serve icons from $ICON_CACHE_FOLDER,
## but it won't produce any external network request. Needs to set $ICON_CACHE_TTL to 0,