sed -i "s^circ_MAX^30^g" openils/conf/opensrf.xml
sed -i "s^ingest_MAX^40^g" openils/conf/opensrf.xml
sed -i "s^storage_MAX^24^g" openils/conf/opensrf.xml
-sed -i "s^cstore_MAX^72^g" openils/conf/opensrf.xml
+sed -i "s^cstore_MAX^128^g" openils/conf/opensrf.xml
sed -i "s^permacrud_MAX^25^g" openils/conf/opensrf.xml
sed -i "s^fielder_MAX^25^g" openils/conf/opensrf.xml
sed -i "s^vandelay_MAX^25^g" openils/conf/opensrf.xml
sed -i "s^circ_MAX^60^g" openils/conf/opensrf.xml
sed -i "s^ingest_MAX^80^g" openils/conf/opensrf.xml
sed -i "s^storage_MAX^48^g" openils/conf/opensrf.xml
-sed -i "s^cstore_MAX^72^g" openils/conf/opensrf.xml
+sed -i "s^cstore_MAX^128^g" openils/conf/opensrf.xml
sed -i "s^permacrud_MAX^50^g" openils/conf/opensrf.xml
sed -i "s^fielder_MAX^50^g" openils/conf/opensrf.xml
sed -i "s^vandelay_MAX^50^g" openils/conf/opensrf.xml
<unix_config>
<max_requests>1000</max_requests>
<min_children>1</min_children>
- <max_children>15</max_children>
+ <max_children>25</max_children>
<min_spare_children>1</min_spare_children>
<max_spare_children>5</max_spare_children>
</unix_config>
<unix_config>
<max_requests>1000</max_requests>
<min_children>1</min_children>
- <max_children>15</max_children>
+ <max_children>25</max_children>
<min_spare_children>1</min_spare_children>
<max_spare_children>5</max_spare_children>
</unix_config>