[Opensrf-commits] r1358 - trunk/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 1 09:33:27 EDT 2008


Author: dbs
Date: 2008-07-01 09:33:26 -0400 (Tue, 01 Jul 2008)
New Revision: 1358

Modified:
   trunk/examples/opensrf.xml.example
Log:
opensrf.settings is stateless; having the wrong setting here causes great agony


Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example	2008-07-01 13:08:37 UTC (rev 1357)
+++ trunk/examples/opensrf.xml.example	2008-07-01 13:33:26 UTC (rev 1358)
@@ -166,7 +166,7 @@
 
       <opensrf.settings>
         <keepalive>1</keepalive>
-        <stateless>0</stateless>
+        <stateless>1</stateless>
         <language>perl</language>
         <implementation>OpenSRF::Application::Settings</implementation>
         <max_requests>17</max_requests>



More information about the opensrf-commits mailing list