From: ivan Date: Wed, 8 Apr 2009 08:08:34 +0000 (+0000) Subject: don't want to throw false positives, RT#5101 X-Git-Tag: root_of_svc_elec_features~1291 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bc5eaa0c8d078da493d6101cbd98c7319003f748 don't want to throw false positives, RT#5101 --- diff --git a/FS/FS/Cron/check.pm b/FS/FS/Cron/check.pm index e23d62bb4..7e4655f75 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 = 30; +my $num_consecutive_bop_failures = 40; sub check_bop_failures { return 1 if grep { $_->statustext eq 'captured' }