From: ivan Date: Sun, 22 Mar 2009 03:33:40 +0000 (+0000) Subject: 10 is too few, throwing false positives X-Git-Tag: root_of_svc_elec_features~1353 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8089deb0915306ba481def7118deb27fe51735ab;hp=1613980c5c93d0bdf8699d44ff22ecf828abf122;p=freeside.git 10 is too few, throwing false positives --- 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' }