From 08d4b3f94fd96993e2741ccb68dc5262cdd1f7ef Mon Sep 17 00:00:00 2001 From: Andy Witter <awitter@georgialibraries.org> Date: Tue, 16 Jan 2018 10:15:21 -0500 Subject: [PATCH] Update pcrud max childeren to 72 from 60 --- templates/opensrf.xml/opensrf.xml-header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/opensrf.xml/opensrf.xml-header b/templates/opensrf.xml/opensrf.xml-header index 6bd3bd9..49a964c 100755 --- a/templates/opensrf.xml/opensrf.xml-header +++ b/templates/opensrf.xml/opensrf.xml-header @@ -988,7 +988,7 @@ vim:et:ts=4:sw=4: <unix_pid>open-ils.pcrud.pid</unix_pid> <max_requests>1000</max_requests> <min_children>1</min_children> - <max_children>60</max_children> + <max_children>72</max_children> <min_spare_children>1</min_spare_children> <max_spare_children>5</max_spare_children> </unix_config> -- 2.11.0