diff options
-rw-r--r-- | cli/cache/cache_db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cache/cache_db.rs b/cli/cache/cache_db.rs index 0613d52c6..d9cead720 100644 --- a/cli/cache/cache_db.rs +++ b/cli/cache/cache_db.rs @@ -42,7 +42,7 @@ impl CacheDBConfiguration { fn create_combined_sql(&self) -> String { format!( " - PRAGMA journal_mode=TRUNCATE; + PRAGMA journal_mode=WAL; PRAGMA synchronous=NORMAL; PRAGMA temp_store=memory; PRAGMA page_size=4096; |