Skip to content

Commit

Permalink
perf: improve heartbeat reporting
Browse files Browse the repository at this point in the history
improve heartbeat reporting
  • Loading branch information
Yrp authored and daniel-tron committed Apr 6, 2022
1 parent fbeda96 commit c89945e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spin/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ var (

// other constants
const (
// HeartBeat is how often we send data to server, at the moment set to 15 Minutes
heartBeat = 15 * time.Minute
// HeartBeat is how often we send data to server, at the moment set to 60 Minutes
heartBeat = 60 * time.Minute

// Expotentially delayed retries will be capped at this total time
maxRetryTotal = 10 * time.Minute
Expand Down

0 comments on commit c89945e

Please sign in to comment.