From b9aad30c9e07b179a2c22fad830f6a54b8993bc9 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Wed, 18 Aug 2010 13:27:32 +0000 Subject: [PATCH] First pass on solving issue #514, reducing Replication meta data, especially aged information. The default is to keep the replication meta data (historical information) for at least 1 day. Purging occurs on the fly when entries are modified, or via a task. Launching the task will be available through dsreplication in separate commit. --- opends/resource/config/config.ldif | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index b697a7e..e820ba1 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -65,6 +65,7 @@ ds-cfg-allowed-task: org.opends.server.tasks.RebuildTask ds-cfg-allowed-task: org.opends.server.tasks.RestoreTask ds-cfg-allowed-task: org.opends.server.tasks.ShutdownTask +ds-cfg-allowed-task: org.opends.server.tasks.PurgeConflictsHistoricalTask dn: cn=Access Control Handler,cn=config objectClass: top -- Gitblit v1.10.0