10 is too few, throwing false positives
authorivan <ivan>
Sun, 22 Mar 2009 03:33:41 +0000 (03:33 +0000)
committerivan <ivan>
Sun, 22 Mar 2009 03:33:41 +0000 (03:33 +0000)
FS/FS/Cron/check.pm

index 9a415bd..e23d62b 100644 (file)
@@ -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' }