diff options
Diffstat (limited to 'lib/ntdb')
-rw-r--r-- | lib/ntdb/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntdb/private.h b/lib/ntdb/private.h index 4e87f15b8f..01f2b45e9b 100644 --- a/lib/ntdb/private.h +++ b/lib/ntdb/private.h @@ -100,7 +100,7 @@ typedef uint64_t ntdb_off_t; /* This doesn't really need to be pagesize, but we use it for similar * reasons. */ -#define NTDB_PGSIZE 65536 +#define NTDB_PGSIZE 16384 /* Common case of returning true, false or -ve error. */ typedef int ntdb_bool_err; |