more frequent profiles

This commit is contained in:
Abhishek Pandey 2023-07-11 19:52:01 -07:00
parent def063733e
commit e3f08c1b04

View File

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