From: ivan Date: Sat, 22 Aug 2009 00:28:10 +0000 (+0000) Subject: fewer false positives X-Git-Tag: freeside_1_7_4rc3~28 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a2089f7e571c6634814223161fd1207a764a9c8d;p=freeside.git 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' }