fix(workers): clamp worker release count (#2122)

This commit is contained in:
安正超
2026-03-11 21:59:00 +08:00
committed by GitHub
parent c47dec8549
commit df57f0c033
2 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ documentation = "https://docs.rs/rustfs-workers/latest/rustfs_workers/"
workspace = true
[dependencies]
tokio = { workspace = true, features = ["sync"] }
tokio = { workspace = true, features = ["sync", "time", "macros"] }
tracing.workspace = true