Skip to content

Commit

Permalink
fix: remove db streaming to avoid backpressure on db (#5342)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendrul authored Feb 20, 2025
1 parent 03f8834 commit 9ba66ea
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 @@ -165,7 +165,7 @@ memchr = "2.7.4"
axum = { version = "^0.7", features = ["multipart"] }
headers = "^0"
hyper = { version = "^1", features = ["full"] }
tokio = { version = "^1.42.0", features = ["full", "tracing"] }
tokio = { version = "^1.42.0", features = ["full", "tracing", "time"] }
tower = "^0"
tower-http = { version = "^0.6", features = ["trace", "cors"] }
tower-cookies = "^0.10"
Expand Down
2 changes: 1 addition & 1 deletion backend/ee-repo-ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f6e37f534fbf3ca06b33943d52ab25bfbf4261d3
b5f4243f5649d972e8722ce134c7cf5256d131d6

0 comments on commit 9ba66ea

Please sign in to comment.