mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#512: raise MAXDBCACHE to 128
This commit is contained in:
parent
0c226bc65b
commit
8d33a4e8c4
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
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)
|
||||
Raise MAXDBCACHE to 128 (ITS#512)
|
||||
Build Environment
|
||||
Detect and use getpassphrase() and getpass()
|
||||
Change GNU Pth to enable soft syscalls
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ struct attrinfo {
|
|||
*/
|
||||
};
|
||||
|
||||
#define MAXDBCACHE 10
|
||||
#define MAXDBCACHE 128
|
||||
|
||||
/* this could be made an option */
|
||||
#ifndef SLAPD_NEXTID_CHUNK
|
||||
|
|
|
|||
Loading…
Reference in a new issue