From c141e661f03d28c6240244fd99245df276cfbcab Mon Sep 17 00:00:00 2001 From: iacore Date: Sat, 10 Feb 2024 12:14:46 +0000 Subject: [PATCH] fix log --- core/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {