diff --git a/config_ext.h b/config_ext.h index 0e3035a..8f2ee90 100644 --- a/config_ext.h +++ b/config_ext.h @@ -20,7 +20,7 @@ #define SQLITE_DEFAULT_MMAP_SIZE 0 #define SQLITE_DEFAULT_LOCKING_MODE 1 #define SQLITE_DEFAULT_LOOKASIDE 512,128 -#define SQLITE_DEFAULT_PAGE_SIZE 4096 +#define SQLITE_DEFAULT_PAGE_SIZE 512 #define SQLITE_DEFAULT_PCACHE_INITSZ 8 #define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768 #define SQLITE_POWERSAFE_OVERWRITE 1