From 08f9243b55eb5f0f8030eebe976a0d85ffbd44c2 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 30 Jul 2010 15:11:25 +0000 Subject: [PATCH] Implements a configurable limit in the number of persistent searches a server can handle. --- opends/src/messages/messages/config.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties index 35fc146..1ab1e04 100644 --- a/opends/src/messages/messages/config.properties +++ b/opends/src/messages/messages/config.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2009 Sun Microsystems, Inc. +# Copyright 2006-2010 Sun Microsystems, Inc. @@ -2160,3 +2160,6 @@ SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_LDAP_SYNTAX_724=An ldap syntax read \ from schema configuration file %s conflicts with another ldap syntax already \ read into the schema: %s. The later ldap syntax description will be used +MILD_ERR_CONFIG_CORE_INVALID_MAX_PSEARCH_LIMIT_725=The provided maximum allowed \ + simultaneous persistent searches '%d' is invalid. The maximum allowed \ + value must be between 0 and '%d' where '%d' is the number of worker threads -- Gitblit v1.10.0