Skip to content

Commit 95ec4ab

Browse files
committed
apply no longer affects recovery / fallback timers
1 parent 3df48d2 commit 95ec4ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkgs/sdk/server/src/Internal/FDv2DataSources/FDv2DataSource.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,7 @@ private void CancelPendingRecoveryTask()
345345

346346
public void Apply(ChangeSet<ItemDescriptor> changeSet)
347347
{
348-
lock (_lock)
349-
{
350-
CancelPendingFallbackTask();
351-
CancelPendingRecoveryTask();
352-
}
348+
// apply does nothing wrt fallback and recovery, only status matters
353349
}
354350
}
355351

0 commit comments

Comments
 (0)