From 100e551066fc2b42a7578906a0a7a734896a2961 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Tue, 08 Jan 2008 10:13:19 +0000 Subject: [PATCH] - [Issue 1595] need a fast way to prime the FileSystemEntryCache: Add generic entry cache pre-load mechanism which is backend and entry cache implementations independent. --- opends/resource/config/config.ldif | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index 308bff9..8e6d921 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Portions Copyright 2006-2007 Sun Microsystems, Inc. +# Portions Copyright 2006-2008 Sun Microsystems, Inc. # # # This file contains the primary Directory Server configuration. It must not @@ -490,6 +490,7 @@ dn: cn=Entry Caches,cn=config objectClass: top objectClass: ds-cfg-branch +objectClass: ds-cfg-default-entry-cache cn: Entry Caches dn: cn=FIFO,cn=Entry Caches,cn=config -- Gitblit v1.10.0