fix: remove db streaming to avoid backpressure on db (#5342)

This commit is contained in:
wendrul
2025-02-20 14:27:28 +01:00
committed by GitHub
parent 03f88349c8
commit 9ba66eacd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1 +1 @@
f6e37f534fbf3ca06b33943d52ab25bfbf4261d3
b5f4243f5649d972e8722ce134c7cf5256d131d6