mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Set MINKEYS to 2
For better space utilization
This commit is contained in:
parent
66a647e55d
commit
720c4b0a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ typedef ULONG pgno_t;
|
|||
#define DPUTS(arg) DPRINTF("%s", arg)
|
||||
|
||||
#define PAGESIZE 4096
|
||||
#define MDB_MINKEYS 4
|
||||
#define MDB_MINKEYS 2
|
||||
#define MDB_MAGIC 0xBEEFC0DE
|
||||
#define MDB_VERSION 1
|
||||
#define MAXKEYSIZE 511
|
||||
|
|
|
|||
Loading…
Reference in a new issue