X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-queued;h=ffd017a41eb1e77e3f3c484247334b62ad90cb70;hb=1cc9a75a47a548fc8a200371c88647f34c71db14;hp=d5d84cced44442b32c6ade32810c69cccd589b1b;hpb=ab9dbc622e033ecfea680435046de60e33045b5d;p=freeside.git diff --git a/FS/bin/freeside-queued b/FS/bin/freeside-queued index d5d84cced..ffd017a41 100644 --- a/FS/bin/freeside-queued +++ b/FS/bin/freeside-queued @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; -use vars qw( $DEBUG $kids $max_kids %kids ); +use vars qw( $DEBUG $kids $max_kids $sleep_time %kids ); use POSIX qw(:sys_wait_h); use IO::File; use Getopt::Std; @@ -54,6 +54,7 @@ daemonize2(); my $conf = new FS::Conf; $max_kids = $conf->config('queued-max_kids') || 10; +$sleep_time = $conf->config('queued-sleep_time') || 10; my $warnkids=0; while (1) { @@ -128,7 +129,7 @@ while (1) { undef $FS::UID::dbh; next; }; - sleep 1; + sleep $sleep_time; next; }