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

abobrov
22.50.2008 e546352d03f0263efe6cfa514d896ee1c7044eea
opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -228,7 +228,7 @@
    }
    // If requested preload the entry cache.
    if (rootConfiguration.getDefaultEntryCache().isCachePreload()) {
    if (rootConfiguration.getGlobalConfiguration().isEntryCachePreload()) {
      // Kick off preload arbiter main thread.
      EntryCachePreloader preloadThread = new EntryCachePreloader();
      preloadThread.start();