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/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index b10c852..c2ca16b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -24,7 +24,7 @@
   !
   !
   !      Copyright 2007-2010 Sun Microsystems, Inc.
-  !      Portions copyright 2011 ForgeRock AS
+  !      Portions copyright 2011-2013 ForgeRock AS
   ! -->
 <adm:managed-object name="replication-server"
   plural-name="replication-servers"
@@ -94,16 +94,19 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="window-size">
+  <adm:property name="window-size" advanced="true">
     <adm:synopsis>
       Specifies the window size that the
       <adm:user-friendly-name />
       uses when communicating with other
       <adm:user-friendly-plural-name />.
     </adm:synopsis>
+    <adm:description>
+      This option may be deprecated and removed in future releases.
+    </adm:description>
     <adm:default-behavior>
       <adm:defined>
-        <adm:value>100</adm:value>
+        <adm:value>100000</adm:value>
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>

--
Gitblit v1.10.0