From dec3384396038fa7628bd82cb289d48e65279632 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Mon, 13 May 2024 17:21:57 +0530 Subject: [PATCH] TP-53751 | Clickstream changes --- src/common/TrackingComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/TrackingComponent.tsx b/src/common/TrackingComponent.tsx index 0bcf5d2c..14360cb3 100644 --- a/src/common/TrackingComponent.tsx +++ b/src/common/TrackingComponent.tsx @@ -280,7 +280,7 @@ const TrackingComponent: React.FC = ({ children }) => { { taskId: FOREGROUND_TASKS.IMAGE_SYNC_JOB, task: imageSyncService, - delay: 0.5 * MILLISECONDS_IN_A_MINUTE, // 30 minutes + delay: 30 * MILLISECONDS_IN_A_MINUTE, // 30 minutes onLoop: true, }, {