change logging

This commit is contained in:
miloschwartz
2026-04-21 20:51:59 -07:00
parent 4df3613df7
commit 7f5c164e16
6 changed files with 10 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ class TelemetryClient {
logger.debug("Successfully sent analytics data");
});
},
48 * 60 * 60 * 1000
336 * 60 * 60 * 1000
);
this.collectAndSendAnalytics().catch((err) => {