We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eba6ac commit b68fed6Copy full SHA for b68fed6
1 file changed
src/core/state/unlocked.rs
@@ -39,7 +39,6 @@ impl UnlockedEnvelope {
39
.filename(&path)
40
.create_if_missing(true)
41
.foreign_keys(true)
42
- .journal_mode(sqlx::sqlite::SqliteJournalMode::Wal)
43
.busy_timeout(std::time::Duration::from_secs(5)),
44
)
45
.await
@@ -71,7 +70,6 @@ impl UnlockedEnvelope {
71
70
.filename(path)
72
.create_if_missing(false)
73
74
75
76
77
0 commit comments