[open-ils-commits] [GIT] Evergreen ILS branch master updated. e08a5cbfaa14fcd386f63a5f3e29539e6be3f544

Evergreen Git git at git.evergreen-ils.org
Mon Jun 13 15:37:26 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, master has been updated
       via  e08a5cbfaa14fcd386f63a5f3e29539e6be3f544 (commit)
      from  a66e257f791c550a00f3b927c2d34abf34a920e7 (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 e08a5cbfaa14fcd386f63a5f3e29539e6be3f544
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 a5d5a79..e41f477 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