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() {