mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update .env.dist
This commit is contained in:
parent
7d9d60833e
commit
a1ac24f2f5
10
.env.dist
10
.env.dist
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user