From: ivan Date: Sun, 26 Apr 2009 23:09:21 +0000 (+0000) Subject: add a config option for max # of queued kids, RT#4412 X-Git-Tag: root_of_svc_elec_features~1238 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=21f8f34bda87bf8a51e97a898229e53e0b78b99d add a config option for max # of queued kids, RT#4412 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ac3b1eacb..279a17058 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2758,6 +2758,14 @@ 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; +