[open-ils-commits] r9300 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 10 21:53:06 EDT 2008
Author: miker
Date: 2008-04-10 21:15:37 -0400 (Thu, 10 Apr 2008)
New Revision: 9300
Modified:
trunk/Open-ILS/examples/opensrf.xml.example
Log:
adding permacrud app to the example config
Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example 2008-04-10 21:02:06 UTC (rev 9299)
+++ trunk/Open-ILS/examples/opensrf.xml.example 2008-04-11 01:15:37 UTC (rev 9300)
@@ -677,6 +677,23 @@
</app_settings>
</open-ils.reporter-store>
+ <open-ils.permacrud>
+ <keepalive>3</keepalive>
+ <stateless>1</stateless>
+ <language>perl</language>
+ <implementation>OpenILS::Application::PermaCrud</implementation>
+ <max_requests>17</max_requests>
+ <unix_config>
+ <unix_sock>open-ils.permacrud_unix.sock</unix_sock>
+ <unix_pid>open-ils.permacrud_unix.pid</unix_pid>
+ <max_requests>1000</max_requests>
+ <unix_log>open-ils.permacrud_unix.log</unix_log>
+ <min_children>5</min_children>
+ <max_children>15</max_children>
+ <min_spare_children>3</min_spare_children>
+ <max_spare_children>5</max_spare_children>
+ </unix_config>
+ </open-ils.permacrud>
</apps>
</default>
@@ -711,6 +728,7 @@
<appname>open-ils.ingest</appname>
<appname>open-ils.reporter</appname>
<appname>open-ils.reporter-store</appname>
+ <appname>open-ils.permacrud</appname>
</activeapps>
</localhost>
</hosts>
More information about the open-ils-commits
mailing list