more frequent profiles
This commit is contained in:
parent
def063733e
commit
e3f08c1b04
@ -14,8 +14,8 @@ import (
|
|||||||
"github.com/pkg/profile"
|
"github.com/pkg/profile"
|
||||||
)
|
)
|
||||||
|
|
||||||
var profileTicker = time.NewTicker(300 * time.Second)
|
var profileTicker = time.NewTicker(60 * time.Second)
|
||||||
var printTicker = time.NewTicker(30 * time.Second)
|
var printTicker = time.NewTicker(10 * time.Second)
|
||||||
var profileCounter = 0
|
var profileCounter = 0
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user