Skip to content

Commit fc9a619

Browse files
committed
fix(backend): tighten transcation level to stay compatiable with sqlite
1 parent 3837b74 commit fc9a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/endpoint/problem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl Problem for ArcServer {
136136

137137
let txn = self
138138
.db
139-
.begin_with_config(Some(IsolationLevel::ReadCommitted), None)
139+
.begin()
140140
.await?;
141141

142142
let model = model

0 commit comments

Comments
 (0)