From 989826d829d50b342adb5458fadc47bc49cb2aab Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 24 Mar 2008 16:59:29 +0000 Subject: [PATCH] Setting import thread count to a high number (2048) throws exceptions. Issue 2333. --- opends/src/messages/messages/jeb.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index 179b519..0fbe03b 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -181,7 +181,7 @@ seconds (average rate %.1f/sec) NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Exported %d records and skipped %d (recent \ rate %.1f/sec) -INFO_JEB_IMPORT_THREAD_COUNT_89=Import Thread Count: %d threads +NOTICE_JEB_IMPORT_THREAD_COUNT_89=Import Thread Count: %d threads INFO_JEB_IMPORT_BUFFER_SIZE_90=Buffer size per thread = %,d INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF processing took %d seconds INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=Index processing took %d seconds -- Gitblit v1.10.0