From 6b0776937a33657ffa603f6020fd55809f05e559 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 15 Feb 2023 18:09:20 +0100 Subject: [PATCH] cmd/antelope-api-healtcheck/main.go: Typo fix. --- cmd/antelope-api-healtcheck/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/antelope-api-healtcheck/main.go b/cmd/antelope-api-healtcheck/main.go index 59a515e..75267a4 100644 --- a/cmd/antelope-api-healtcheck/main.go +++ b/cmd/antelope-api-healtcheck/main.go @@ -185,7 +185,7 @@ func main() { } if req_timeout.Seconds() < 2 { - // Dont alow anything below 2 seconds. that is abit aggresive. + // Dont alow anything below 2 seconds. that is abit aggressive. logger.Warn("Request timeout is less than the minimum. Setting it to 2 seconds", "req_timeout", req_timeout) req_timeout = time.Second * 2 } else if req_timeout.Minutes() > 1.0 {