From e4f150238e6d07f2036e41d1c5066f3f1c51c960 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 2 Jun 2011 22:15:56 +0000 Subject: [PATCH] 200 records at a time, 16 kids and a two hour search timeout. any improvement?? --- FS/bin/freeside-torrus-srvderive | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive index 19dd50ea4..765bd2270 100644 --- a/FS/bin/freeside-torrus-srvderive +++ b/FS/bin/freeside-torrus-srvderive @@ -11,8 +11,8 @@ use FS::Record qw( qsearch str2time_sql str2time_sql_closing concat_sql ); use FS::torrus_srvderive; our $DEBUG = 2; -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 $max_kids = 16; +our $search_timeout = 2*60*60; #60*60; #30*60; # 15*60 5*60; #$torrus_srvderive->last_srv_date ? 5*60 : 15*60); our %kids; my $user = shift or die &usage; @@ -60,7 +60,7 @@ my $sql = " my $orderlimit = " ORDER BY srv_date, srv_time - LIMIT 100 + LIMIT 200 "; if ( driver_name =~ /mysql/i ) { -- 2.11.0