We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c85d4d commit e8a2529Copy full SHA for e8a2529
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