mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Set MINKEYS to 2
For better space utilization
This commit is contained in:
parent
66a647e55d
commit
720c4b0a3d
@ -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 New Issue
Block a user