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 a863c3e commit 2d02babCopy full SHA for 2d02bab
src/config_ext.h
@@ -19,7 +19,7 @@
19
#define SQLITE_DEFAULT_MEMSTATUS 0
20
#define SQLITE_DEFAULT_MMAP_SIZE 0
21
#define SQLITE_DEFAULT_LOCKING_MODE 1
22
-#define SQLITE_DEFAULT_LOOKASIDE 512,128
+#define SQLITE_DEFAULT_LOOKASIDE 512,64
23
#define SQLITE_DEFAULT_PAGE_SIZE 4096
24
#define SQLITE_DEFAULT_PCACHE_INITSZ 8
25
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
0 commit comments