You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -163,7 +163,7 @@ public async Task InitiateFileSwaps(PowerLineStatus forPowerLineStatus, AppEntry
163
163
* The FileSwapPath state (Offline/Online) in the XML file is changed as soon as the respective copy operation
164
164
* completes, and a file swap does not occur if it's already in its appropriate respective state.
165
165
*
166
-
* This means that it at least shouldn't be possible for a race condition to mess up the Online/Offline state <---(unless in the *extremely* unlikely event that the Online/Offline tracker change doesn't go through literally a single line after the file copy)
166
+
* This means that it at least shouldn't be possible for a race condition to mess up the Online/Offline state <---(unless in the unlikely event that the Online/Offline tracker change doesn't go through after the file copy)
167
167
* and its correspondence to which files are physically in the target path, and in the SettingsBank store.
168
168
*
169
169
* However, it's still possible for other undesirable behavior to occur.
0 commit comments