]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9895 slapd-mdb: raise MDB_INDICES from 128 to 256
authorHoward Chu <hyc@openldap.org>
Sat, 6 Aug 2022 17:47:40 +0000 (18:47 +0100)
committerHoward Chu <hyc@openldap.org>
Sat, 6 Aug 2022 17:47:40 +0000 (18:47 +0100)
servers/slapd/back-mdb/back-mdb.h

index e0432d2f102cb61e15baa0c193bad50c8c1acdcc..4dba1a0ff034e35eef9e6e43ec7d948d94b83089 100644 (file)
@@ -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