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

Matthew Swift
13.05.2012 9ff69f265dae8f0647fb9c204fda070eafe25613
opends/src/admin/messages/GlobalCfgDefn.properties
@@ -53,6 +53,8 @@
property.lookthrough-limit.description=This includes any entry that the server must examine in the course of processing the request, regardless of whether it actually matches the search criteria. A value of 0 indicates that no lookthrough limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-lookthrough-limit operational attribute.
property.max-allowed-client-connections.synopsis=Specifies the maximum number of client connections that may be established at any given time
property.max-allowed-client-connections.description=A value of 0 indicates that unlimited client connection is allowed.
property.max-internal-buffer-size.synopsis=The threshold capacity beyond which internal cached buffers used for encoding and decoding entries and protocol messages will be trimmed after use.
property.max-internal-buffer-size.description=Individual buffers may grow very large when encoding and decoding large entries and protocol messages and should be reduced in size when they are no longer needed. This setting specifies the threshold at which a buffer is determined to have grown too big and should be trimmed down after use.
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 consumes resources, limiting the number of simultaneous persistent searches keeps the performance impact minimal. A value of -1 indicates that there is no limit on the persistent searches.
property.notify-abandoned-operations.synopsis=Indicates whether the directory server should send a response to any operation that is interrupted via an abandon request.