Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Valach
Warden
Commits
566390fd
Commit
566390fd
authored
12 years ago
by
Jan Soukal
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/warden-client/doc/CHANGELOG
+1
-0
1 addition, 0 deletions
src/warden-client/doc/CHANGELOG
src/warden-client/doc/README
+8
-0
8 additions, 0 deletions
src/warden-client/doc/README
with
9 additions
and
0 deletions
src/warden-client/doc/CHANGELOG
+
1
−
0
View file @
566390fd
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)
...
...
This diff is collapsed.
Click to expand it.
src/warden-client/doc/README
+
8
−
0
View file @
566390fd
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment