[freeside-commits] freeside/FS/FS Conf.pm,1.278,1.279
Ivan,,,
ivan at wavetail.420.am
Sun Apr 26 16:09:23 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9344
Modified Files:
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.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Conf.pm 23 Apr 2009 20:31:26 -0000 1.278
+++ Conf.pm 26 Apr 2009 23:09:21 -0000 1.279
@@ -2758,6 +2758,14 @@
'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