From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.

---
 opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java b/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java
index e77c8ab..991f644 100644
--- a/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java
+++ b/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java
@@ -1119,16 +1119,16 @@
     newMaxAllowedMemory = configuration.getMaxMemorySize();
 
     // Determine JE cache percent.
-    newJECachePercent = configuration.getDatabaseCachePercent();
+    newJECachePercent = configuration.getDBCachePercent();
 
     // Determine JE cache size.
-    newJECacheSize = configuration.getDatabaseCacheSize();
+    newJECacheSize = configuration.getDBCacheSize();
 
     // Check if this cache is persistent.
     newPersistentCache = configuration.isPersistentCache();
 
     // Check if this cache should use compact encoding.
-    newCompactEncoding = configuration.isBackendCompactEncoding();
+    newCompactEncoding = configuration.isCompactEncoding();
 
     // Get native JE properties.
     newJEProperties = configuration.getJEProperty();

--
Gitblit v1.10.0