Skip to content

Commit

Permalink
Fix ICON_DOWNLOAD_TIMEOUT default value
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
gzfrozen and dfunkt authored Jan 27, 2024
1 parent a07d667 commit cd53b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd53b19

Please sign in to comment.