From 9989cf2c9016179fb18d60e117a424e6091f0e9f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 05 Jun 2013 13:15:44 +0000
Subject: [PATCH] Partial fix for OPENDJ-951: Reduce size and frequency of replication MonitorMsg

---
 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 c2ca16b..7474603 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
@@ -305,13 +305,16 @@
       The period between sending of monitoring messages.
     </adm:synopsis>
     <adm:description>
-      Defines the number of milliseconds that the replication server will wait
+      Defines the duration that the replication server will wait
       before sending new monitoring messages to its peers (replication servers
-      and directory servers).
+      and directory servers). Larger values increase the length of time it
+      takes for a directory server to detect and switch to a more suitable
+      replication server, whereas smaller values increase the amount of
+      background network traffic.  
     </adm:description>
     <adm:default-behavior>
       <adm:defined>
-        <adm:value>3000ms</adm:value>
+        <adm:value>60s</adm:value>
       </adm:defined>
     </adm:default-behavior>
     <adm:syntax>

--
Gitblit v1.10.0