update at 2019-11-26 12:23:55 by ehlxr

master
ehlxr 2019-11-26 12:23:55 +08:00
parent e6fbd27eb1
commit e8138675e6
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ func (limiter *LimiterServer) IsAvailable() bool {
if limiter.reqCount < limiter.maxCount {
limiter.reqCount += 1
limiter.time = now
return true
}