diff --git a/middleware/logger/logger.go b/middleware/logger/logger.go index 776b050103..4aa7441a77 100644 --- a/middleware/logger/logger.go +++ b/middleware/logger/logger.go @@ -84,7 +84,7 @@ func New(config ...Config) fiber.Handler { var timestamp atomic.Value timestamp.Store(time.Now().In(cfg.timeZoneLocation).Format(cfg.TimeFormat)) - // Update date/time every 750 milliseconds in a separate go routine + // Update date/time every 500 milliseconds in a separate go routine if strings.Contains(cfg.Format, "${time}") { go func() { for {