From 21f8f34bda87bf8a51e97a898229e53e0b78b99d Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 26 Apr 2009 23:09:21 +0000 Subject: add a config option for max # of queued kids, RT#4412 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + -- cgit v1.2.1