Skip to content

Commit

Permalink
Increased Maintain interval because system is pretty stabile, no need…
Browse files Browse the repository at this point in the history
… to have frequent maintain cycle
  • Loading branch information
freakmaxi committed Jul 18, 2020
1 parent 6b4be6b commit bf3daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager-node/manager/health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const healthCheckInterval = time.Second * 10
const maintainInterval = time.Hour * 8
const maintainInterval = time.Hour * 16

type HealthReport map[string]common.NodeList

Expand Down

0 comments on commit bf3daa3

Please sign in to comment.