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

gbellato
26.00.2009 aecb10ef78efbf6d1fef3c180885a9289a7e71ce
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java
@@ -89,6 +89,9 @@
    envConfig.setAllowCreate(true);
    envConfig.setTransactional(true);
    envConfig.setConfigParam("je.cleaner.expunge", "true");
    envConfig.setConfigParam("java.util.logging.FileHandler.on", "true");
    envConfig.setConfigParam("je.cleaner.threads", "2");
    envConfig.setConfigParam("je.checkpointer.highPriority", "true");
    // Tests have shown that since the parsing of the Replication log is always
    // done sequentially, it is not necessary to use a large DB cache.