diff --git a/core/config/config.go b/core/config/config.go index 69028a1..a9f48a8 100644 --- a/core/config/config.go +++ b/core/config/config.go @@ -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() {