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

diff --git a/opends/src/admin/messages/ReplicationServerCfgDefn.properties b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
index de7b9de..2da666d 100644
--- a/opends/src/admin/messages/ReplicationServerCfgDefn.properties
+++ b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
@@ -8,7 +8,7 @@
 property.group-id.synopsis=The group id for the replication server.
 property.group-id.description=This value defines the group id of the replication server. The replication system of a LDAP server uses the group id of the replicated domain and tries to connect, if possible, to a replication with the same group id.
 property.monitoring-period.synopsis=The period between sending of monitoring messages.
-property.monitoring-period.description=Defines the number of milliseconds that the replication server will wait before sending new monitoring messages to its peers (replication servers and directory servers).
+property.monitoring-period.description=Defines the duration that the replication server will wait before sending new monitoring messages to its peers (replication 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.
 property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each directory server in the Replication Domain.
 property.replication-db-directory.synopsis=The path where the Replication Server stores all persistent information.
 property.replication-port.synopsis=The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers.

--
Gitblit v1.10.0