diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 47dcffc37e..b1eb953cdf 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -461,8 +461,10 @@ PULL = 300 GC = 60 [mirror] -; Default interval in hours between each check -DEFAULT_INTERVAL = 8 +; Default interval as a duration between each check +DEFAULT_INTERVAL = 8h +; Min interval as a duration must be > 1m +MIN_INTERVAL = 10m [api] ; Max number of items will response in a page |