Skip to content

Commit

Permalink
Update config_ext.h
Browse files Browse the repository at this point in the history
  • Loading branch information
siara-cc authored Aug 24, 2023
1 parent 36a00d4 commit 9752258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9752258

Please sign in to comment.