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 237b200 commit 30a0be8Copy full SHA for 30a0be8
sqlitestore.js
@@ -8,7 +8,7 @@ var pragmas = [
8
'PRAGMA main.cache_size=10000',
9
'PRAGMA main.locking_mode=EXCLUSIVE',
10
'PRAGMA main.synchronous=OFF', // more dangerous, but fast
11
- 'PRAGMA mmap_size=268435456', // use fast mmap
+ 'PRAGMA mmap_size=1099511627776', // use fast mmap for entire db
12
//'PRAGMA main.synchronous=NORMAL',
13
//'PRAGMA main.journal_mode=WAL', // WAL is annoying for distributed files
14
];
0 commit comments