Skip to content

Commit

Permalink
Update DownloadHelper.Multipart.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Feb 23, 2025
1 parent 44e9283 commit 6f6b982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace ProjBobcat.Class.Helper.Download;

public static partial class DownloadHelper
{
private const int DefaultPartialDownloadTimeoutMs = 500;
private const int DefaultPartialDownloadTimeoutMs = 3000;

private static HttpClient Head => HttpClientHelper.HeadClient;
private static HttpClient MultiPart => HttpClientHelper.MultiPartClient;
Expand Down

0 comments on commit 6f6b982

Please sign in to comment.