add a config option for max # of queued kids, RT#4412
authorivan <ivan>
Sun, 26 Apr 2009 23:09:21 +0000 (23:09 +0000)
committerivan <ivan>
Sun, 26 Apr 2009 23:09:21 +0000 (23:09 +0000)
FS/FS/Conf.pm

index ac3b1ea..279a170 100644 (file)
@@ -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;
+