Add a maximum to the exponential backoff wait duration

This commit is contained in:
Omar Abdulla
2025-08-06 14:55:48 +03:00
parent 1400086794
commit 746f5db66f
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
semver = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, default-features = false, features = ["time"] }