We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee31974 commit c709816Copy full SHA for c709816
config_ext.h
@@ -20,7 +20,7 @@
20
#define SQLITE_DEFAULT_MMAP_SIZE 0
21
#define SQLITE_DEFAULT_LOCKING_MODE 1
22
#define SQLITE_DEFAULT_LOOKASIDE 512,128
23
-#define SQLITE_DEFAULT_PAGE_SIZE 4096
+#define SQLITE_DEFAULT_PAGE_SIZE 512
24
#define SQLITE_DEFAULT_PCACHE_INITSZ 8
25
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
26
#define SQLITE_POWERSAFE_OVERWRITE 1
0 commit comments