From 5537354c0a5bd0a9db2dce6cd207962fdc3280eb Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Mon, 09 Mar 2009 18:04:05 +0000 Subject: [PATCH] Fix issue 3832 - Provide ergonomics style settings for common server properties --- opendj-sdk/opends/src/messages/messages/backend.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 5f365cc..0344673 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -1136,3 +1136,9 @@ MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Unable to add DIT \ structure rule %s because its rule identifier conflicts with existing DIT structure \ rule (%s) +INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Local DB backend %s does not \ +specify the number of cleaner threads: defaulting to %d threads +INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Local DB backend %s does not \ +specify the number of lock tables: defaulting to %d + + -- Gitblit v1.10.0