diff options
author | ivan <ivan> | 2009-04-26 23:09:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-26 23:09:21 +0000 |
commit | 21f8f34bda87bf8a51e97a898229e53e0b78b99d (patch) | |
tree | e415332055ebb88362186ce4f60eb88ce814cf77 /FS | |
parent | f8f8613866ba3df9a571922046978623943ccb14 (diff) |
add a config option for max # of queued kids, RT#4412
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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; + |