fix: add proportional jitter to reduce synchronized API calls

This commit is contained in:
Justin Hutchings
2026-04-10 10:18:59 -07:00
parent 7b20b7a477
commit e816cce5a8
3 changed files with 119 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ tokio = { version = "1", features = ["rt", "macros", "time", "signal", "net"] }
regex-lite = "0.1"
url = "2"
if-addrs = "0.15"
rand = "0.9"
[profile.release]
opt-level = "z"