1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

only use key once

This commit is contained in:
hellerve 2017-01-02 16:22:08 +01:00
parent d1a5d8ee94
commit 71cab9824b

View file

@ -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
}