[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.42,1.180.2.43
Ivan,,,
ivan at wavetail.420.am
Sun Apr 26 16:09:42 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9356
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Conf.pm
Log Message:
add a config option for max # of queued kids, RT#4412
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.42
retrieving revision 1.180.2.43
diff -u -d -r1.180.2.42 -r1.180.2.43
--- Conf.pm 14 Apr 2009 17:12:17 -0000 1.180.2.42
+++ Conf.pm 26 Apr 2009 23:09:40 -0000 1.180.2.43
@@ -2450,6 +2450,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'queued-max_kids',
+ 'section' => '',
+ 'description' => 'Maximum number of queued processes. Defaults to 10.',
+ 'type' => 'text',
+ },
+
);
1;
More information about the freeside-commits
mailing list