TP-78139 | increased sync time of cosmos sync task
This commit is contained in:
@@ -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,
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user