Skip to content

Commit b90e3fe

Browse files
authored
double heartbeat interval (#81)
to prevent resource exhausted errors
1 parent 5bc37f2 commit b90e3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heartbeat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface IDEHeartbeatTelemetryData {
2727

2828
export class HeartbeatManager extends Disposable {
2929

30-
static HEARTBEAT_INTERVAL = 30000;
30+
static HEARTBEAT_INTERVAL = 60000;
3131
static IDE_HEARTBEAT_INTERVAL = 900000; // 15 minutes
3232

3333
private lastActivity = new Date().getTime();

0 commit comments

Comments
 (0)