summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorivan <ivan>2011-06-02 22:15:56 +0000
committerivan <ivan>2011-06-02 22:15:56 +0000
commite4f150238e6d07f2036e41d1c5066f3f1c51c960 (patch)
treef69381da475d6f1a6ec654b83fa449f4679d382c /FS/bin
parent3907da4465b5ca211f9af7556f811eff252fcd23 (diff)
200 records at a time, 16 kids and a two hour search timeout. any improvement??
Diffstat (limited to 'FS/bin')
-rw-r--r--FS/bin/freeside-torrus-srvderive6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive
index 19dd50e..765bd22 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 ) {