From: ivan Date: Sun, 26 Apr 2009 23:09:40 +0000 (+0000) Subject: add a config option for max # of queued kids, RT#4412 X-Git-Tag: freeside_1_7_4rc1~46 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5d464e18d5bf91ff9af8331b4647f4eff348f4b1;p=freeside.git add a config option for max # of queued kids, RT#4412 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1f5b72ace..9725957df 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2450,6 +2450,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'queued-max_kids', + 'section' => '', + 'description' => 'Maximum number of queued processes. Defaults to 10.', + 'type' => 'text', + }, + ); 1;