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
/// This method calculates the next sleep time by multiplying the base sleep time (DownloaderConfigs.BASE_MS_SLEEP_TIME_BETWEEN_DOWNLOAD_RETRIES) by a random floating-point number in the interval [0, 1[.
206
+
/// It then applies a exponential backoff strategy to the wait time.
/// The time (in milliseconds) that the downloader will spend waiting for the current read request to be completed before closing the stream by force, thus throwing an <c>ObjectDisposedException</c>.
Copy file name to clipboardexpand all lines: GenericAutoUpdater/Resources/TextResources/ErrorHandlerResources.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ public static class ErrorHandlerResources {
36
36
/// <summary>
37
37
/// The text description of the window triggered whenever there is a consistency error.
38
38
/// </summary>
39
-
publicstaticreadonlystringAV_FALSE_POSITIVE="One or more files or directories are missing or were tampered after applying the patch. Please check if your AntiVirus or Microsoft Defender are at fault and then run the Auto-Updater again.";
39
+
publicstaticreadonlystringAV_FALSE_POSITIVE="One or more files or directories are missing or were tampered while applying the patch. Please check if your AntiVirus or Microsoft Defender are at fault and then run the Auto-Updater again.";
40
40
41
41
/// <summary>
42
42
/// The text description of the window triggered whenever there is an IO error.
43
43
/// </summary>
44
-
publicstaticreadonlystringERROR_IO_EXPLORER="An error occurred while trying to write a file or directory in its destination path. Please check if you have permission to apply the patch in this current directory, or if this current directory is being used by another process, or if its path is too long.";
44
+
publicstaticreadonlystringERROR_IO_EXPLORER="An error occurred while trying to write a file or directory in its destination path. Please check if your AntiVirus blocked any of the downloaded files, or if you have permission to apply the patch in this current directory, or if this current directory is being used by another process, or if its path is too long.";
0 commit comments