Set MINKEYS to 2

For better space utilization
This commit is contained in:
Howard Chu 2011-08-19 17:20:56 -07:00
parent 66a647e55d
commit 720c4b0a3d

View File

@ -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