LP#1729610: make it possible to set max_backlog_queue in opensrf.xml
[opensrf-equinox.git] / src / perl / lib / OpenSRF / System.pm
index c9534dc..ece232f 100644 (file)
@@ -113,6 +113,7 @@ sub run_service {
         min_children =>  $getval->(unix_config => 'min_children') || 1,
         min_spare_children =>  $getval->(unix_config => 'min_spare_children'),
         max_spare_children =>  $getval->(unix_config => 'max_spare_children'),
+        max_backlog_queue =>  $getval->(unix_config => 'max_backlog_queue'),
         stderr_log_path => $stderr_path
     );