We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87860ff commit 8759dd9Copy full SHA for 8759dd9
src/utils/db.ts
@@ -18,6 +18,7 @@ const sqlitePerfParams = {
18
mmap_size: 134217728, // 128 megabytes
19
journal_size_limit: 67108864, // 64 megabytes
20
cache_size: 2000,
21
+ busy_timeout: 30000,
22
};
23
24
for (const [key, value] of Object.entries(sqlitePerfParams)) {
0 commit comments