[open-ils-commits] r10523 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 3 13:28:29 EDT 2008
Author: erickson
Date: 2008-09-03 13:28:26 -0400 (Wed, 03 Sep 2008)
New Revision: 10523
Modified:
trunk/Open-ILS/examples/opensrf.xml.example
Log:
added vandelay to example config
Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example 2008-09-03 16:23:48 UTC (rev 10522)
+++ trunk/Open-ILS/examples/opensrf.xml.example 2008-09-03 17:28:26 UTC (rev 10523)
@@ -789,6 +789,24 @@
</unix_config>
</open-ils.fielder>
+ <open-ils.vandelay>
+ <keepalive>5</keepalive>
+ <stateless>1</stateless>
+ <language>perl</language>
+ <implementation>OpenILS::Application::Vandelay</implementation>
+ <max_requests>100</max_requests>
+ <unix_config>
+ <unix_sock>vandelay_unix.sock</unix_sock>
+ <unix_pid>vandelay_unix.pid</unix_pid>
+ <unix_log>vandelay_unix.log</unix_log>
+ <max_requests>100</max_requests>
+ <min_children>1</min_children>
+ <max_children>15</max_children>
+ <min_spare_children>1</min_spare_children>
+ <max_spare_children>5</max_spare_children>
+ </unix_config>
+ </open-ils.vandelay>
+
</apps>
</default>
@@ -824,6 +842,7 @@
<appname>open-ils.reporter-store</appname>
<appname>open-ils.permacrud</appname>
<appname>open-ils.fielder</appname>
+ <appname>open-ils.vandelay</appname>
</activeapps>
</localhost>
</hosts>
More information about the open-ils-commits
mailing list