mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: use memory tempStore for sqlite
This commit is contained in:
@@ -65,6 +65,7 @@ async function initializeDatabase(persistence: DatabasePersistence) {
|
||||
createQueryCompiler: () => new SqliteQueryCompiler()
|
||||
}),
|
||||
journalMode: "MEMORY",
|
||||
tempStore: "memory",
|
||||
synchronous: "normal",
|
||||
pageSize: 8192,
|
||||
cacheSize: -16000,
|
||||
|
||||
Reference in New Issue
Block a user