[Opensrf-commits] r2180 - branches/rel_2_0/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 22 13:17:28 EST 2011
Author: dbs
Date: 2011-02-22 13:17:24 -0500 (Tue, 22 Feb 2011)
New Revision: 2180
Modified:
branches/rel_2_0/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: branches/rel_2_0/examples/opensrf.xml.example
===================================================================
--- branches/rel_2_0/examples/opensrf.xml.example 2011-02-22 18:15:18 UTC (rev 2179)
+++ branches/rel_2_0/examples/opensrf.xml.example 2011-02-22 18:17:24 UTC (rev 2180)
@@ -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