diff --git a/main.go b/main.go index eebcd5c4..0f9d8d7f 100644 --- a/main.go +++ b/main.go @@ -40,7 +40,7 @@ func memoryUsage() { // periodically call "debug.FreeOSMemory" so // that the OS could reclaim the free memory go func() { - ticker := time.NewTicker(15 * time.Second) + ticker := time.NewTicker(5 * time.Minute) for { select { case t := <-ticker.C: