ITS#512: raise MAXDBCACHE to 128

This commit is contained in:
Kurt Zeilenga 2000-06-03 03:39:46 +00:00
parent 0c226bc65b
commit 8d33a4e8c4
2 changed files with 2 additions and 1 deletions

View file

@ -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)
Raise MAXDBCACHE to 128 (ITS#512)
Build Environment
Detect and use getpassphrase() and getpass()
Change GNU Pth to enable soft syscalls

View file

@ -110,7 +110,7 @@ struct attrinfo {
*/
};
#define MAXDBCACHE 10
#define MAXDBCACHE 128
/* this could be made an option */
#ifndef SLAPD_NEXTID_CHUNK