We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc37f2 commit b90e3feCopy full SHA for b90e3fe
src/heartbeat.ts
@@ -27,7 +27,7 @@ interface IDEHeartbeatTelemetryData {
27
28
export class HeartbeatManager extends Disposable {
29
30
- static HEARTBEAT_INTERVAL = 30000;
+ static HEARTBEAT_INTERVAL = 60000;
31
static IDE_HEARTBEAT_INTERVAL = 900000; // 15 minutes
32
33
private lastActivity = new Date().getTime();
0 commit comments