We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0850945 commit 8435103Copy full SHA for 8435103
src/config_ext.h
@@ -10,7 +10,6 @@
10
#define SQLITE_DEFAULT_LOOKASIDE 512,64
11
#define YYSTACKDEPTH 20
12
#define SQLITE_SMALL_STACK 1
13
-#define SQLITE_DEFAULT_PAGE_SIZE 4096
14
#define SQLITE_SORTER_PMASZ 4
15
#define SQLITE_DEFAULT_CACHE_SIZE -1
16
#define SQLITE_DEFAULT_MEMSTATUS 0
@@ -25,7 +24,7 @@
25
24
#define SQLITE_LIKE_DOESNT_MATCH_BLOBS 1
26
#define SQLITE_DEFAULT_FOREIGN_KEYS 0
27
#define SQLITE_DEFAULT_LOCKING_MODE 1
28
+#define SQLITE_DEFAULT_PAGE_SIZE 512
29
#define SQLITE_DEFAULT_PCACHE_INITSZ 8
30
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
31
#define SQLITE_POWERSAFE_OVERWRITE 1
0 commit comments