mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
15.23.2006 cd7c40541ea5f1c17a726f7880ce46df0a67d0d8
opends/src/server/org/opends/server/messages/JebMessages.java
@@ -1213,6 +1213,14 @@
  /**
   * The message ID used to describe the attribute which configures
   * the number of threads allocated by the cleaner for log file processing.
   */
  public static final int MSGID_CONFIG_DESCRIPTION_NUM_CLEANER_THREADS =
       CATEGORY_MASK_CONFIG | SEVERITY_MASK_INFORMATIONAL | 125;
  /**
@@ -1696,5 +1704,9 @@
                    "number of server worker threads.");
    registerMessage(MSGID_JEB_IMPORT_ENVIRONMENT_CONFIG,
                    "Database environment properties: %s.");
    registerMessage(MSGID_CONFIG_DESCRIPTION_NUM_CLEANER_THREADS,
                    "The number of threads allocated by the cleaner for log " +
                    "file processing. If the cleaner backlog becomes large, " +
                    "increase this number.");
  }
}