Skip to content

Commit

Permalink
revert to longer monitor tick
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Oct 30, 2015
1 parent 6a168dd commit 2784a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/workers/cluster.go
Expand Up @@ -38,7 +38,7 @@ func StartCluster() {
helpers.Error(log, err)
})

for _ = range time.Tick(30 * time.Second) {
for _ = range time.Tick(5 * time.Minute) {
log.Log("tick")

instances := Instances{}
Expand Down

0 comments on commit 2784a14

Please sign in to comment.