increase telemetry report interval

This commit is contained in:
miloschwartz
2025-09-04 20:17:59 -07:00
parent 1dad7e86a0
commit 02604f5290
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ class TelemetryClient {
logger.error("Failed to collect analytics:", err);
});
},
6 * 60 * 60 * 1000
48 * 60 * 60 * 1000
);
this.collectAndSendAnalytics().catch((err) => {