bump SOURCE_TIMEOUT to 10

This commit is contained in:
Irfan 2021-07-17 23:53:56 +05:00
parent 5dd1f4ceb3
commit 1553af031f

View File

@ -45,7 +45,7 @@ SOURCE_BAD_HEALTH_MAX_STORE=50
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
SOURCE_TIMEOUT=10
###
# Caching (File, Redis, etc)