From e546352d03f0263efe6cfa514d896ee1c7044eea Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 22 Jan 2008 15:50:28 +0000
Subject: [PATCH] - rename and move [entry-]cache-preload from default entry cache configuration to global configuration. - abandon default entry cache configuration and objectclass which can be resurrected later if more related configuration attributes come in. - minor cleanup to preload messages.
---
opends/src/server/org/opends/server/core/EntryCacheConfigManager.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java b/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
index 5f87b9e..cde7a0e 100644
--- a/opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
+++ b/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();
--
Gitblit v1.10.0