From 332dcba0b9acaab991911fdd8aed6c3e2615e088 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 17 Sep 2010 22:46:18 +0000
Subject: [PATCH] Refactor configuration of maximum persistent search resource limits
---
opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
index b04964d..6772d6a 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
@@ -75,31 +75,4 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="max-psearches">
- <adm:synopsis>
- Defines the maximum number of concurrent persistent searches that
- can be performed on Directory Server
- </adm:synopsis>
- <adm:description>
- The persistent search mechanism provides an active channel through which entries that change,
- and information about the changes that occur, can be communicated. Because each persistent search
- operation uses one thread, limiting the number of simultaneous persistent searches prevents certain
- kinds of denial of service attacks. A value of 0 indicates that there is no limit on the persistent searches.
- </adm:description>
- <adm:default-behavior>
- <adm:alias>
- <adm:synopsis>
- Let the server decide.
- </adm:synopsis>
- </adm:alias>
- </adm:default-behavior>
- <adm:syntax>
- <adm:integer lower-limit="0" upper-limit="2147483647" />
- </adm:syntax>
- <adm:profile name="ldap">
- <ldap:attribute>
- <ldap:name>ds-cfg-max-psearches</ldap:name>
- </ldap:attribute>
- </adm:profile>
- </adm:property>
</adm:managed-object>
--
Gitblit v1.10.0