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/core.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 37c59f9..3dab3bb 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1839,3 +1839,5 @@ allowed cryptography strength "%d" in jurisdiction policy files MILD_ERR_DISK_SPACE_MONITOR_UPDATE_FAILED_729=Failed to update free disk space \ for directory %s: %s +MILD_ERR_MAX_PSEARCH_LIMIT_EXCEEDED_730=The directory server is not accepting \ + a new persistent search request because the server has already reached its limit -- Gitblit v1.10.0