mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-01 05:50:33 +00:00
Added config option for icon download timeout
This commit is contained in:
parent
ff2fbd322e
commit
3b27dbb0aa
3 changed files with 8 additions and 1 deletions
|
@ -49,6 +49,11 @@
|
|||
## otherwise it will delete them and they won't be downloaded again.
|
||||
# DISABLE_ICON_DOWNLOAD=false
|
||||
|
||||
## Icon download timeout
|
||||
## Configure the timeout value when downloading the favicons.
|
||||
## The default is 10 seconds, but this could be to low on slower network connections
|
||||
# ICON_DOWNLOAD_TIMEOUT=10
|
||||
|
||||
## Controls if new users can register
|
||||
# SIGNUPS_ALLOWED=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue