remove SOURCE_CONNECT_TIMEOUT env

This commit is contained in:
Irfan 2021-07-17 23:47:50 +05:00
parent b23ac399bf
commit 40b92d61d2

View File

@ -46,9 +46,6 @@ SOURCE_GOOD_HEALTH_SCORE=0.9
# Max time request is allowed to take
# https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html
SOURCE_TIMEOUT=5
# Timeout for connect phase
# https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html
SOURCE_CONNECT_TIMEOUT=5
###
# Caching (File, Redis, etc)