From e5884665021c20a99e12bfcd5bda01d746cb2462 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 20 Aug 2010 18:01:10 +0000 Subject: [PATCH] Set svn eol-style to native on the message files (part3/3) --- opendj-sdk/opends/src/admin/messages/WorkQueueCfgDefn.properties | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/WorkQueueCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/WorkQueueCfgDefn.properties index b4cf841..f3b1af9 100644 --- a/opendj-sdk/opends/src/admin/messages/WorkQueueCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/WorkQueueCfgDefn.properties @@ -1,5 +1,8 @@ -user-friendly-name=Work Queue -user-friendly-plural-name=Work Queues -synopsis=The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner. -description=Only a single work queue can be defined in the server. Whenever a connection handler receives a client request, it should place the request in the work queue to be processed appropriately. -property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Work Queue implementation. +user-friendly-name=Work Queue +user-friendly-plural-name=Work Queues +synopsis=The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner. +description=Only a single work queue can be defined in the server. Whenever a connection handler receives a client request, it should place the request in the work queue to be processed appropriately. +property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Work Queue implementation. +property.max-psearches.synopsis=Defines the maximum number of concurrent persistent searches that can be performed on Directory Server +property.max-psearches.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. +property.max-psearches.default-behavior.alias.synopsis=Let the server decide. -- Gitblit v1.10.0