[Opensrf-commits] r2140 - trunk/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 11 16:33:15 EST 2011


Author: dbs
Date: 2011-01-11 16:33:09 -0500 (Tue, 11 Jan 2011)
New Revision: 2140

Modified:
   trunk/examples/opensrf.xml.example
Log:
Remove max_requests config stanza from C language implementations in example config

Only Perl implementations support the max_requests stanza, so let's not confuse
matters with an unused element.


Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example	2010-12-20 02:56:15 UTC (rev 2139)
+++ trunk/examples/opensrf.xml.example	2011-01-11 21:33:09 UTC (rev 2140)
@@ -87,7 +87,7 @@
         <!-- Module the implements this application -->
         <implementation>OpenSRF::Application::Persist</implementation>
 
-        <!-- max stateful requests before a session automatically disconnects a client -->
+        <!-- max stateful REQUEST requests before a session automatically disconnects a client -->
         <max_requests>97</max_requests>
 
         <!-- this will disable the stderr output log for this service -->
@@ -136,7 +136,6 @@
         <stateless>1</stateless>
         <language>c</language>
         <implementation>osrf_math.so</implementation>
-        <max_requests>97</max_requests>
         <unix_config>
           <unix_sock>opensrf.math_unix.sock</unix_sock>
           <unix_pid>opensrf.math_unix.pid</unix_pid>
@@ -154,7 +153,6 @@
         <stateless>1</stateless>
         <language>c</language>
         <implementation>osrf_dbmath.so</implementation>
-        <max_requests>99</max_requests>
         <unix_config>
           <max_requests>1000</max_requests>
           <unix_log>opensrf.dbmath_unix.log</unix_log>



More information about the opensrf-commits mailing list