From e3f08c1b041b2897b4acd2ceb014b395b5ef08c1 Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Tue, 11 Jul 2023 19:52:01 -0700 Subject: [PATCH] more frequent profiles --- src/corso.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corso.go b/src/corso.go index 84e4c0f94..c10c0c635 100644 --- a/src/corso.go +++ b/src/corso.go @@ -14,8 +14,8 @@ import ( "github.com/pkg/profile" ) -var profileTicker = time.NewTicker(300 * time.Second) -var printTicker = time.NewTicker(30 * time.Second) +var profileTicker = time.NewTicker(60 * time.Second) +var printTicker = time.NewTicker(10 * time.Second) var profileCounter = 0 func main() {