move exponential backoff util to different submod

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-01 20:09:41 +00:00 committed by strawberry
commit 7e4453620e
7 changed files with 39 additions and 33 deletions

View file

@ -13,7 +13,7 @@ use conduwuit::{
debug, err, error,
result::LogErr,
trace,
utils::{calculate_hash, math::continue_exponential_backoff_secs, ReadyExt},
utils::{calculate_hash, continue_exponential_backoff_secs, ReadyExt},
warn, Error, Result,
};
use futures::{