From 2ef6ccc34c1f8e9a33475650a9e59af1ba74177d Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 21 May 2013 17:15:15 +0000
Subject: [PATCH] Fix OPENDJ-922: Replication window size is too small on high latency networks

---
 opends/src/admin/messages/ReplicationDomainCfgDefn.properties |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties
index 00502ae..31b3f41 100644
--- a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties
+++ b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties
@@ -41,5 +41,6 @@
 property.solve-conflicts.synopsis=Indicates if this server solves conflict.
 property.solve-conflicts.description=This boolean indicates if this domain keeps the historical information necessary to solve conflicts. When set to false the server will not maintain historical information and will therefore not be able to solve conflict. This should therefore be done only if the replication is used in a single master type of deployment.
 property.window-size.synopsis=Specifies the window size that the directory server will use when communicating with Replication Servers.
+property.window-size.description=This option may be deprecated and removed in future releases.
 relation.external-changelog-domain.user-friendly-name=External Changelog Domain
 relation.external-changelog-domain.synopsis=The External Changelog Domain provides configuration of the external changelog for the replication domain.

--
Gitblit v1.10.0