diff --git a/bird/config.go b/bird/config.go index 89bf0d8..e3efb07 100644 --- a/bird/config.go +++ b/bird/config.go @@ -16,7 +16,7 @@ type BirdConfig struct { } type RateLimitConfig struct { - Reqs int `toml:"requests_per_minute"` + Reqs int Max int `toml:"requests_per_minute"` Enabled bool }