rename enum item

This commit is contained in:
yggverse 2025-01-15 04:44:49 +02:00
parent ff54e93ddf
commit 785ad7714b
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ impl Client {
// * this condition just to make sure that client will never stuck by driver implementation issue
if self.redirect.count() > redirect::LIMIT {
self.status
.replace(Status::RedirectLimit((now(), redirect::LIMIT)));
.replace(Status::GlobalRedirectLimit((now(), redirect::LIMIT)));
// @TODO return;
}
}