From 80ba73b84145e2a3e92d96978c32aab19135865d Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Fri, 09 Oct 2009 01:20:46 +0000 Subject: [PATCH] - CMT improvements to parallel request and response processing. --- opendj-sdk/opends/resource/config/config.ldif | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif index 0d2490a..babea19 100644 --- a/opendj-sdk/opends/resource/config/config.ldif +++ b/opendj-sdk/opends/resource/config/config.ldif @@ -428,6 +428,7 @@ ds-cfg-allow-tcp-reuse-address: true ds-cfg-send-rejection-notice: true ds-cfg-max-request-size: 5 megabytes +ds-cfg-buffer-size: 4096 bytes ds-cfg-max-blocked-write-time-limit: 2 minutes ds-cfg-num-request-handlers: 2 ds-cfg-allow-start-tls: false @@ -452,6 +453,7 @@ ds-cfg-allow-tcp-reuse-address: true ds-cfg-send-rejection-notice: true ds-cfg-max-request-size: 5 megabytes +ds-cfg-buffer-size: 4096 bytes ds-cfg-max-blocked-write-time-limit: 2 minutes ds-cfg-num-request-handlers: 2 ds-cfg-allow-start-tls: false -- Gitblit v1.10.0