Skip to content

Commit

Permalink
Change back the reportInterval which is changed during dev testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Jun 21, 2024
1 parent 7aead68 commit 25f2d2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tasks/telemetry-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ export async function createTelemetryReportTask(
context: AppContext,
loggerParent: Logger,
): Promise<SimpleTask> {
// const reportInterval = Dayjs.duration({
// hours: 1,
// }).asMilliseconds();
const reportInterval = Dayjs.duration({
hours: 1,
}).asMilliseconds();
return makeIntervalTask(
1 * 1000,
2 * 1000,
300 * 1000,
reportInterval,
'telemetry-report',
context,
loggerParent,
Expand Down

0 comments on commit 25f2d2b

Please sign in to comment.