TP-78139 | increased sync time of cosmos sync task

This commit is contained in:
Ashish Deo
2024-09-04 15:32:24 +05:30
parent 26842d75ee
commit 78b07f8307

View File

@@ -354,7 +354,7 @@ const TrackingComponent: React.FC<ITrackingComponent> = ({ children }) => {
{
taskId: FOREGROUND_TASKS.COSMOS_SYNC_WITH_LONGHORN,
task: taskSyncToLonghorn,
delay: 5 * MILLISECONDS_IN_A_SECOND,
delay: 30 * MILLISECONDS_IN_A_SECOND,
onLoop: true,
}
];