Skip to content
Snippets Groups Projects
Commit 566390fd authored by Jan Soukal's avatar Jan Soukal
Browse files

doplnena zminka o volbe CONNECTION_TIMEOUT do README a CHANGELOGU. Task #925.

parent a506b12f
No related branches found
No related tags found
No related merge requests found
2012-12-?? v.2.2-beta version 2012-12-?? v.2.2-beta version
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- Added support of connection timeout interval (#925)
- Added new getClientInfo() function allowing the client to see (#609) - Added new getClientInfo() function allowing the client to see (#609)
information regarding other involved clients information regarding other involved clients
- Enhanced handling of errors. Die() functions are removed from (#599) - Enhanced handling of errors. Die() functions are removed from (#599)
......
...@@ -224,6 +224,14 @@ F. Configuration ...@@ -224,6 +224,14 @@ F. Configuration
your Warden server administrator if you need to know Warden server batch your Warden server administrator if you need to know Warden server batch
limits. 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 Since Warden client 2.1 there is also possibility to log status and other
information either to STDERR of Syslog. information either to STDERR of Syslog.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment