From 566390fdba403cc7d6f2be8787c20309c43b04ff Mon Sep 17 00:00:00 2001 From: Jan Soukal <soukal@ics.muni.cz> Date: Thu, 14 Mar 2013 18:42:01 +0100 Subject: [PATCH] doplnena zminka o volbe CONNECTION_TIMEOUT do README a CHANGELOGU. Task #925. --- src/warden-client/doc/CHANGELOG | 1 + src/warden-client/doc/README | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/warden-client/doc/CHANGELOG b/src/warden-client/doc/CHANGELOG index d0c17ef..5f28a29 100644 --- a/src/warden-client/doc/CHANGELOG +++ b/src/warden-client/doc/CHANGELOG @@ -1,5 +1,6 @@ 2012-12-?? v.2.2-beta version -------------------------------------------------------------------------------- +- Added support of connection timeout interval (#925) - Added new getClientInfo() function allowing the client to see (#609) information regarding other involved clients - Enhanced handling of errors. Die() functions are removed from (#599) diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README index a4e1dc4..40b0a80 100644 --- a/src/warden-client/doc/README +++ b/src/warden-client/doc/README @@ -224,6 +224,14 @@ F. Configuration your Warden server administrator if you need to know Warden server batch limits. + Option CONNECTION_TIMEOUT was added to prevent some troubles when receiving + large batches of new data. Default value is 60 seconds. + + CONNECTION_TIMEOUT - interval in seconds to timeout connection with Warden + server. If your client timeouts, consider using higher + timeout number. Also, in case of receiving clients, you + can optimize the MAX_RCV_EVENTS_LIMIT value. + Since Warden client 2.1 there is also possibility to log status and other information either to STDERR of Syslog. -- GitLab