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/ReplicationServerCfgDefn.properties |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/ReplicationServerCfgDefn.properties b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
index a051e39..de7b9de 100644
--- a/opends/src/admin/messages/ReplicationServerCfgDefn.properties
+++ b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
@@ -21,3 +21,4 @@
 property.weight.synopsis=The weight of the replication server.
 property.weight.description=The weight affected to the replication server. Each replication server of the topology has a weight. When combined together, the weights of the replication servers of a same group can be translated to a percentage that determines the quantity of directory servers of the topology that should be connected to a replication server. For instance imagine a topology with 3 replication servers (with the same group id) with the following weights: RS1=1, RS2=1, RS3=2. This means that RS1 should have 25% of the directory servers connected in the topology, RS2 25%, and RS3 50%. This may be useful if the replication servers of the topology have a different power and one wants to spread the load between the replication servers according to their power.
 property.window-size.synopsis=Specifies the window size that the Replication Server uses when communicating with other Replication Servers.
+property.window-size.description=This option may be deprecated and removed in future releases.

--
Gitblit v1.10.0