mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:13:50 +01:00
removed default values
This commit is contained in:
@@ -30,9 +30,7 @@ type (
|
||||
var (
|
||||
RateLimiter = &Middleware{withOptions: NewRateLimiter}
|
||||
rateLimiterOptsDefault = rateLimiterOpts{
|
||||
Average: 100,
|
||||
Burst: 1,
|
||||
Period: time.Second,
|
||||
Period: time.Second,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user