[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. e40bc29c76a75bced72247b7cfc8a95fe8b067e0
Evergreen Git
git at git.evergreen-ils.org
Mon Jun 13 15:38:37 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_1 has been updated
via e40bc29c76a75bced72247b7cfc8a95fe8b067e0 (commit)
from d900c6167033781b6b03c46fef058b2a99ea6347 (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 e40bc29c76a75bced72247b7cfc8a95fe8b067e0
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