[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 6582f0d04b50e5718366c5ab224b695c8e699120

Evergreen Git git at git.evergreen-ils.org
Mon Jun 13 15:38:55 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_0 has been updated
       via  6582f0d04b50e5718366c5ab224b695c8e699120 (commit)
      from  3a36550a2172683f16a271e3070e35690cf59014 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6582f0d04b50e5718366c5ab224b695c8e699120
Author: Dan Scott <dan at coffeecode.net>
Date:   Mon Jun 13 15:34:03 2011 -0400

    Set a more generous AC timeout value
    
    A timeout value of 1 second is a bit too tight for many added content
    providers; set the default to 30 seconds to avoid too many artificial
    timeouts.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example
index fcfacfb..6eaf225 100644
--- a/Open-ILS/examples/opensrf.xml.example
+++ b/Open-ILS/examples/opensrf.xml.example
@@ -288,7 +288,7 @@ vim:et:ts=4:sw=4:
             return data.  Data not returned within the timeout is considered
             a failure
             -->
-            <timeout>1</timeout>
+            <timeout>30</timeout>
 
             <!--
             After added content lookups have been disabled due to too many

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/opensrf.xml.example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list