mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
rename enum item
This commit is contained in:
parent
ff54e93ddf
commit
785ad7714b
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue