Skip to content

Commit

Permalink
longer telemetry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbu committed May 7, 2020
1 parent 6a2fbdd commit 7f6dffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ function sendTelemetry() {
}

if (telemetryEnabled)
// every 10 seconds
setInterval(sendTelemetry, 5000)
// every 30 seconds
setInterval(sendTelemetry, 30000)

interface Interaction {
kind: string
Expand Down

0 comments on commit 7f6dffe

Please sign in to comment.