Skip to content

Commit cce6ac1

Browse files
CopilotJusterZhu
andauthored
Complete updater remediation verification and review response
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 6b3ce29 commit cce6ac1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/GeneralUpdate.Avalonia.Android/Models/HttpDownloadOptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public sealed record HttpDownloadOptions
4848
public bool UseProxy { get; init; }
4949

5050
/// <summary>
51-
/// Maximum number of retry attempts for transient failures.
51+
/// Maximum total attempts for transient download failures, shared across the HEAD probe,
52+
/// GET request and body transfer; retries restart the download attempt.
5253
/// Default is 3 (meaning 1 initial attempt + 2 retries).
5354
/// Set to 1 to disable retry.
5455
/// </summary>

0 commit comments

Comments
 (0)