From: ivan Date: Sat, 22 Aug 2009 00:27:47 +0000 (+0000) Subject: fewer false positives X-Git-Tag: root_of_svc_elec_features~900 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=18e3e7df2646ec1f39d4c25588445a7c3f585600 fewer false positives --- diff --git a/FS/FS/Cron/check.pm b/FS/FS/Cron/check.pm index 7e4655f75..c4e712c61 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 = 40; +my $num_consecutive_bop_failures = 50; sub check_bop_failures { return 1 if grep { $_->statustext eq 'captured' }