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 9127ca4 commit 929564dCopy full SHA for 929564d
src/Caching/Storages/SQLiteJournal.php
@@ -59,6 +59,7 @@ private function open(): void
59
CREATE UNIQUE INDEX IF NOT EXISTS idx_tags_key_tag ON tags(key, tag);
60
CREATE UNIQUE INDEX IF NOT EXISTS idx_priorities_key ON priorities(key);
61
CREATE INDEX IF NOT EXISTS idx_priorities_priority ON priorities(priority);
62
+ PRAGMA synchronous = NORMAL;
63
');
64
}
65
0 commit comments