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

index 1f5b72a..9725957 100644 (file)
@@ -2450,6 +2450,13 @@ 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;