From: Bill Erickson Date: Tue, 22 Nov 2022 20:51:06 +0000 (-0500) Subject: Revert "LP#1729610: make it possible to set max_backlog_queue in opensrf.xml" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dbee282d994112eebb1b587b2d5a2704140b9f47;p=working%2FOpenSRF.git Revert "LP#1729610: make it possible to set max_backlog_queue in opensrf.xml" This reverts commit 848843b1cda6d79d3aec589746abf7a8efdc313d. --- diff --git a/examples/opensrf.xml.example b/examples/opensrf.xml.example index c4be049..1a35816 100644 --- a/examples/opensrf.xml.example +++ b/examples/opensrf.xml.example @@ -216,7 +216,6 @@ vim:et:ts=2:sw=2: 5 1 2 - 10 diff --git a/src/perl/lib/OpenSRF/System.pm b/src/perl/lib/OpenSRF/System.pm index ece232f..c9534dc 100644 --- a/src/perl/lib/OpenSRF/System.pm +++ b/src/perl/lib/OpenSRF/System.pm @@ -113,7 +113,6 @@ 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 );