From: ivan Date: Sun, 22 May 2011 20:40:47 +0000 (+0000) Subject: attempt more tuning of torrus-srvderive, RT#10574 X-Git-Tag: freeside_2_3_0~215 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=283db3852b84e9716e308c8792cdb983e033b60c attempt more tuning of torrus-srvderive, RT#10574 --- diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive index 23d2e44a9..19dd50ea4 100644 --- a/FS/bin/freeside-torrus-srvderive +++ b/FS/bin/freeside-torrus-srvderive @@ -11,7 +11,7 @@ use FS::Record qw( qsearch str2time_sql str2time_sql_closing concat_sql ); use FS::torrus_srvderive; our $DEBUG = 2; -our $max_kids = 6; +our $max_kids = 12; our $search_timeout = 60*60; #30*60; # 15*60 5*60; #$torrus_srvderive->last_srv_date ? 5*60 : 15*60); our %kids; @@ -60,7 +60,7 @@ my $sql = " my $orderlimit = " ORDER BY srv_date, srv_time - LIMIT 50 + LIMIT 100 "; if ( driver_name =~ /mysql/i ) {