From 8089deb0915306ba481def7118deb27fe51735ab Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 22 Mar 2009 03:33:40 +0000 Subject: [PATCH] 10 is too few, throwing false positives --- FS/FS/Cron/check.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Cron/check.pm b/FS/FS/Cron/check.pm index 9a415bd9e..e23d62bb4 100644 --- a/FS/FS/Cron/check.pm +++ b/FS/FS/Cron/check.pm @@ -72,7 +72,7 @@ sub check_apache { } #and now for something entirely different... -my $num_consecutive_bop_failures = 10; +my $num_consecutive_bop_failures = 30; sub check_bop_failures { return 1 if grep { $_->statustext eq 'captured' } -- 2.11.0