Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn McKinney
OpenLDAP
Commits
8d33a4e8
Commit
8d33a4e8
authored
Jun 03, 2000
by
Kurt Zeilenga
Browse files
ITS#512: raise MAXDBCACHE to 128
parent
0c226bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8d33a4e8
...
...
@@ -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
...
...
servers/slapd/back-ldbm/back-ldbm.h
View file @
8d33a4e8
...
...
@@ -110,7 +110,7 @@ struct attrinfo {
*/
};
#define MAXDBCACHE 1
0
#define MAXDBCACHE 1
28
/* this could be made an option */
#ifndef SLAPD_NEXTID_CHUNK
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment