fix kick bug (used the wrong variable like a rea tarp)
This commit is contained in:
parent
d428667d6a
commit
9c985928fe
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ public class RateLimiter
|
|||
isRunning = false;
|
||||
requestCount = 0;
|
||||
timer.Stop();
|
||||
timer.Interval = limit * 1000;
|
||||
timer.Interval = interval * 1000;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue