From adfa3eb61c3d53fd6ade16eb9d5352deb62f7d75 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Thu, 17 Sep 2009 18:10:11 +0000
Subject: [PATCH] Make threadCount description match docs.

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

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 76d2e60..d07aae6 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2511,7 +2511,7 @@
 INFO_LDIFIMPORT_DESCRIPTION_DN_VALIDATION_1685=Perform DN validation \
  during later part of LDIF import
 INFO_LDIFIMPORT_DESCRIPTION_THREAD_COUNT_1686=Number of threads used to \
- read LDIF file during import
+ read LDIF file during import. Default value (0) equals: 2 x (number of CPUs)
 INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER_1687={count}
 SEVERE_ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT_1688=The value %s for \
 threadCount cannot be parsed: %s

--
Gitblit v1.10.0