Update .env.dist

This commit is contained in:
Irfan 2020-05-26 22:00:35 +05:00
parent 7d9d60833e
commit a1ac24f2f5

View File

@ -28,7 +28,15 @@ MONGODB_DSN=
#
# Note: DB_CACHING must be enabled
###
SOURCE_BAD_HEALTH_FALLBACK=true
SOURCE_BAD_HEALTH_FAILOVER=true
# Fallback once the following threshold is reached
SOURCE_BAD_HEALTH_THRESHOLD=10
# Recheck source availability (in seconds)
SOURCE_BAD_HEALTH_RECHECK=10
# Fail count only within specified time range (in seconds)
SOURCE_BAD_HEALTH_RANGE=30
# Max Fail stores
SOURCE_BAD_HEALTH_MAX_STORE=50
###
# Caching (File, Redis, etc)