From cd53b19144b7a70c339fed46e140a91c8f3fabba Mon Sep 17 00:00:00 2001 From: gzfrozen <39619255+gzfrozen@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:53:20 +0900 Subject: [PATCH] Fix ICON_DOWNLOAD_TIMEOUT default value Co-authored-by: Daniel --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 864c7db6..2b7033f2 100644 --- a/.env.template +++ b/.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.