From 9198167b84949aa2ea49af78ebb036e7f2d36ed6 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 04 Aug 2006 23:17:58 +0000
Subject: [PATCH] Update the configuration and the associated code to be more consistent in the time and size units used for various purposes. A new set of constants have been added to allow the same units to be used throughout the code, including providing both full and abbreviated unit names.
---
opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java b/opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java
index c6203a5..fae8f58 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java
@@ -6459,13 +6459,12 @@
"the size limit to use, or -1 to indicate that no limit " +
"should be enforced): %s.");
registerMessage(MSGID_CONFIG_CORE_DESCRIPTION_TIME_LIMIT,
- "Specifies the default maximum length of time in seconds " +
- "that should be allowed when processing a search " +
- "operation. This may be overridden on a per-user basis " +
- "by including the " + OP_ATTR_USER_TIME_LIMIT +
- " operational attribute in the user's entry. Changes to " +
- "this configuration attribute will take effect " +
- "immediately.");
+ "Specifies the default maximum length of time that " +
+ "should be allowed when processing a search operation. " +
+ "This may be overridden on a per-user basis by including " +
+ "the " + OP_ATTR_USER_TIME_LIMIT + " operational " +
+ "attribute in the user's entry. Changes to this " +
+ "configuration attribute will take effect immediately.");
registerMessage(MSGID_CONFIG_CORE_INVALID_TIME_LIMIT,
"Configuration entry %s has an invalid value for " +
"configuration attribute " + ATTR_TIME_LIMIT +
--
Gitblit v1.10.0