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:
parent
d1a5d8ee94
commit
71cab9824b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue