From da4eaf9997ebba1bbfa056d0fe0825d4553e0b31 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 29 Nov 2013 00:07:22 -0500 Subject: [PATCH] ENH: increasing warn-threshold for mirrors to 36 hours should decrease number of false positives if mirror syncs just once a day and lags just few minutes behind --- neurodebian.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurodebian.cfg b/neurodebian.cfg index b49ddd3..ed20a75 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -32,7 +32,7 @@ stampfile = .timestamp # server non-responsive #timeout = 30 ; seconds # how many hours to allow for a mirror to be stale before emailing -warn-threshold = 24 ; hours +warn-threshold = 36 ; hours # how frequently to email in hours #email-period = 24 ; hours -- 2.39.2