Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mdcpp/mdoj
Browse files Browse the repository at this point in the history
  • Loading branch information
KAIYOHUGO committed Aug 29, 2024
2 parents 153d8f7 + fc9a619 commit 334b59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ features = ["json"]

[dependencies.tracing]
workspace = true
features = ["async-await", "log", "release_max_level_off"]
features = ["async-await", "log", "release_max_level_debug"]

[dependencies.tokio]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion backend/src/endpoint/problem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Problem for ArcServer {

let txn = self
.db
.begin_with_config(Some(IsolationLevel::ReadCommitted), None)
.begin()
.await?;

let model = model
Expand Down

0 comments on commit 334b59c

Please sign in to comment.