Skip to content

Commit

Permalink
Merge pull request #632 from overmindtech/hb-freq
Browse files Browse the repository at this point in the history
Increase heartbeat frequency
  • Loading branch information
dylanratcliffe authored Oct 25, 2024
2 parents 3658b4a + 7e2c9c8 commit 19f12ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pterm.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func heartbeatOptions(oi sdp.OvermindInstance, token *oauth2.Token) *discovery.H
&authenticatedClient,
oi.ApiUrl.String(),
),
Frequency: time.Second * 30,
Frequency: time.Second * 10,
}
}

Expand Down

0 comments on commit 19f12ac

Please sign in to comment.