From dbfa6834889e16c9f6add3bfdc602ba522f4d160 Mon Sep 17 00:00:00 2001 From: ShriPrakashBajpai Date: Tue, 19 Sep 2023 15:33:16 +0530 Subject: [PATCH] Comments resolved --- src/common/TrackingComponent.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/TrackingComponent.tsx b/src/common/TrackingComponent.tsx index 98ddba66..9d8e448f 100644 --- a/src/common/TrackingComponent.tsx +++ b/src/common/TrackingComponent.tsx @@ -304,8 +304,7 @@ const TrackingComponent: React.FC = ({ children }) => { { taskId: FOREGROUND_TASKS.UPDATE_AGENT_ACTIVENESS, task: handleUpdateActiveness, - // delay: ACTIVITY_TIME_WINDOW * MILLISECONDS_IN_A_MINUTE, // 10 minutes - delay: MILLISECONDS_IN_A_MINUTE / 3, // 20 seconds + delay: ACTIVITY_TIME_WINDOW * MILLISECONDS_IN_A_MINUTE, // 10 minutes onLoop: true, }, {