Skip to content

Commit

Permalink
send less telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Nov 27, 2024
1 parent 269ad9d commit b568c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const activateClient = (
console.log(`checking for updates ${new Date().toString()}`)
checkForUpdates({ showIfNoUpdates: false })
},
60 * 60 * 1000 /* 1h in milliseconds: min/hr * secs/min * ms/sec */,
6 * 60 * 60 * 1000 /* 6h in milliseconds: min/hr * secs/min * ms/sec */,
),
)
})
Expand Down

0 comments on commit b568c92

Please sign in to comment.