Browse Source

Fix ICON_DOWNLOAD_TIMEOUT default value

Co-authored-by: Daniel <daniel.barabasa@gmail.com>
pull/4276/head
gzfrozen 2 years ago
committed by GitHub
parent
commit
cd53b19144
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .env.template

4
.env.template

@ -321,8 +321,8 @@
## Icon download timeout
## Configure the timeout value when downloading the favicons.
## The default is 9 seconds, but this could be to low on slower network connections
# ICON_DOWNLOAD_TIMEOUT=9
## The default is 10 seconds, but this could be to low on slower network connections
# ICON_DOWNLOAD_TIMEOUT=10
## Icon blacklist Regex
## Any domains or IPs that match this regex won't be fetched by the icon service.

Loading…
Cancel
Save