]> git.sur5r.net Git - openldap/commitdiff
ITS#512: raise MAXDBCACHE to 128
authorKurt Zeilenga <kurt@openldap.org>
Sat, 3 Jun 2000 03:39:46 +0000 (03:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 3 Jun 2000 03:39:46 +0000 (03:39 +0000)
CHANGES
servers/slapd/back-ldbm/back-ldbm.h

diff --git a/CHANGES b/CHANGES
index f1fe2a18f9248b9d8e5548d58887ab598070372e..028671b6617547d1768771a0678f4f5446113085 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ Changes included in OpenLDAP 1.2.11 Release Engineering
        Fixed strdup use in libldap/request.c
        Fixed NULL prefix bug in libldap/ufn.c
        Fixed slapd_shutdown extern reference bug (ITS#527)
        Fixed strdup use in libldap/request.c
        Fixed NULL prefix bug in libldap/ufn.c
        Fixed slapd_shutdown extern reference bug (ITS#527)
+       Raise MAXDBCACHE to 128 (ITS#512)
        Build Environment
                Detect and use getpassphrase() and getpass()
                Change GNU Pth to enable soft syscalls
        Build Environment
                Detect and use getpassphrase() and getpass()
                Change GNU Pth to enable soft syscalls
index f83e3ec75dedcf5169c184156ac096238496910b..ce4c6204cd1b9d55acc5dc3c4585dfd3adf206fd 100644 (file)
@@ -110,7 +110,7 @@ struct attrinfo {
 */
 };
 
 */
 };
 
-#define MAXDBCACHE     10
+#define MAXDBCACHE     128
 
 /* this could be made an option */
 #ifndef SLAPD_NEXTID_CHUNK
 
 /* this could be made an option */
 #ifndef SLAPD_NEXTID_CHUNK