mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
18.27.2010 b9aad30c9e07b179a2c22fad830f6a54b8993bc9
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java
@@ -492,4 +492,18 @@
  {
    return true;
  }
  /**
   * Gets the "conflicts-historical-purge-delay" property.
   * <p>
   * This delay indicates the time (in minutes) the domain keeps the
   * historical information necessary to solve conflicts.
   *
   * @return Returns the value of the "conflicts-historical-purge-delay" property.
   **/
  public long getConflictsHistoricalPurgeDelay()
  {
    return 1440;
  }
}