mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 22:13:10 +00:00
dont apply slow mode for steps that only checked purchase statuses
This commit is contained in:
parent
bc01e97ff8
commit
c5a922bcac
@ -45,8 +45,6 @@ namespace AutoClient.Modes.FolderStore
|
||||
{
|
||||
SaveFile(folderFile);
|
||||
}
|
||||
|
||||
slowModeHandler.Check();
|
||||
|
||||
CheckAndSaveChanges();
|
||||
}
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
failureCount = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Check();
|
||||
}
|
||||
|
||||
public void OnFailure()
|
||||
@ -36,9 +38,11 @@
|
||||
slowMode = true;
|
||||
recoveryCount = 0;
|
||||
}
|
||||
|
||||
Check();
|
||||
}
|
||||
|
||||
public void Check()
|
||||
private void Check()
|
||||
{
|
||||
if (slowMode)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user