mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix: remove db streaming to avoid backpressure on db (#5342)
This commit is contained in:
+1
-1
@@ -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 @@
|
||||
f6e37f534fbf3ca06b33943d52ab25bfbf4261d3
|
||||
b5f4243f5649d972e8722ce134c7cf5256d131d6
|
||||
|
||||
Reference in New Issue
Block a user