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

ludovicp
27.28.2010 a5c5efbf8ca56c059709953f7fedb647dadaed06
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2007-2009 Sun Microsystems, Inc.
 *      Copyright 2007-2010 Sun Microsystems, Inc.
 */
package org.opends.server.replication.plugin;
@@ -389,7 +389,18 @@
  {
    return this.eclIncludes;
  }
  public long getInitializationHeartbeatInterval()
  {
    return 180;
  }
  
  public int getInitializationWindowSize()
  {
    return 100;
  }
  public boolean hasExternalChangelogDomain() { return true; }