TP-53751 | Clickstream changes

This commit is contained in:
yashmantri
2024-05-13 17:21:57 +05:30
parent b412c07fca
commit dec3384396

View File

@@ -280,7 +280,7 @@ const TrackingComponent: React.FC<ITrackingComponent> = ({ 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,
},
{