mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9895 slapd-mdb: raise MDB_INDICES from 128 to 256
This commit is contained in:
parent
d47f212679
commit
161ef83927
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ LDAP_BEGIN_DECL
|
|||
/* The minimum we can function with */
|
||||
#define MINIMUM_SEARCH_STACK_DEPTH 8
|
||||
|
||||
#define MDB_INDICES 128
|
||||
#define MDB_INDICES 256
|
||||
|
||||
#define MDB_MAXADS 65536
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue