[open-ils-commits] r10837 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 15 21:09:20 EDT 2008


Author: erickson
Date: 2008-10-15 21:09:18 -0400 (Wed, 15 Oct 2008)
New Revision: 10837

Modified:
   trunk/Open-ILS/examples/opensrf.xml.example
Log:
by default, wait less time for added content data to return (to prevent apache process exhaustion), but be more forgiving of errors

Modified: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example	2008-10-15 13:06:51 UTC (rev 10836)
+++ trunk/Open-ILS/examples/opensrf.xml.example	2008-10-16 01:09:18 UTC (rev 10837)
@@ -208,7 +208,7 @@
             return data.  Data not returned within the timeout is considered
             a failure
             -->
-            <timeout>4</timeout>
+            <timeout>1</timeout>
 
             <!--
             After added content lookups have been disabled due to too many
@@ -221,7 +221,7 @@
             maximum number of consecutive lookup errors a given process can 
             have before added content lookups are disabled for everyone
             -->
-            <max_errors>4</max_errors>
+            <max_errors>15</max_errors>
 
             <!-- If a userid is required to access the added content.. -->
             <userid>MY_USER_ID</userid>



More information about the open-ils-commits mailing list