From 431ba3003d605b683e46aded6ee492a93c9981ee Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 02 Dec 2013 14:18:01 +0000 Subject: [PATCH] Renamed ds-cfg-compute-changenumber to ds-cfg-compute-change-number. --- opends/src/admin/messages/ReplicationServerCfgDefn.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/ReplicationServerCfgDefn.properties b/opends/src/admin/messages/ReplicationServerCfgDefn.properties index 2a24d21..7dc1423 100644 --- a/opends/src/admin/messages/ReplicationServerCfgDefn.properties +++ b/opends/src/admin/messages/ReplicationServerCfgDefn.properties @@ -3,8 +3,8 @@ synopsis=Replication Servers publish updates to Directory Servers within a Replication Domain. property.assured-timeout.synopsis=The timeout value when waiting for assured mode acknowledgments. property.assured-timeout.description=Defines the number of milliseconds that the replication server will wait for assured acknowledgments (in either Safe Data or Safe Read assured sub modes) before forgetting them and answer to the entity that sent an update and is waiting for acknowledgment. -property.compute-changenumber.synopsis=Whether the replication server will compute changenumbers. -property.compute-changenumber.description=This boolean tells the replication server to compute changenumbers for each replicated change by maintaining a changenumber index database. Changenumbers are computed according to http://tools.ietf.org/html/draft-good-ldap-changelog-04. Note this functionality has an impact on CPU, disk accesses and storage. If changenumbers are not required, it is advisable to set this value to false. +property.compute-change-number.synopsis=Whether the replication server will compute change numbers. +property.compute-change-number.description=This boolean tells the replication server to compute change numbers for each replicated change by maintaining a change number index database. Changenumbers are computed according to http://tools.ietf.org/html/draft-good-ldap-changelog-04. Note this functionality has an impact on CPU, disk accesses and storage. If changenumbers are not required, it is advisable to set this value to false. property.degraded-status-threshold.synopsis=The number of pending changes as threshold value for putting a directory server in degraded status. property.degraded-status-threshold.description=This value represents a number of pending changes a replication server has in queue for sending to a directory server. Once this value is crossed, the matching directory server goes in degraded status. When number of pending changes goes back under this value, the directory server is put back in normal status. 0 means status analyzer is disabled and directory servers are never put in degraded status. property.group-id.synopsis=The group id for the replication server. -- Gitblit v1.10.0