From 03fe0954e42abf00746b8efa4c79ee74cf514427 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 15:10:50 +0000
Subject: [PATCH] Fix an issue with connection timeouts in CLI. The timeout is now configurable on CLI with the --connectTimeout option (expressed in milliseconds), the default is 30 000 milliseconds. This solves Issue 4196.

---
 opends/src/messages/messages/tools.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index a2e94f4..7139858 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2561,3 +2561,6 @@
  Error code starting Windows Service: %d
 INFO_DESCRIPTION_DBTEST_STATS_ONLY_1710=Do not display the JE data, \
 just statistics
+INFO_TIMEOUT_PLACEHOLDER_1711={timeout}
+INFO_DESCRIPTION_CONNECTION_TIMEOUT_1712=Maximum length of time (in \
+ milliseconds) that can be taken to establish a connection

--
Gitblit v1.10.0