mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
fix log
This commit is contained in:
@@ -129,7 +129,7 @@ func (s *ServerConfig) SetRequestLimit(v string) {
|
||||
panic(err)
|
||||
}
|
||||
s.RequestLimit = t
|
||||
log.Printf("Set request limit to %s requests per 5 minutes\n", v)
|
||||
log.Printf("Set request limit to %s requests per 30 seconds\n", v)
|
||||
}
|
||||
|
||||
func (s *ServerConfig) setStartingTime() {
|
||||
|
||||
Reference in New Issue
Block a user