Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit c94faa2

Browse files
committed
fix(http): 谁写的 10 秒超时😡
1 parent 2494153 commit c94faa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Net/Http/Client/HttpRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class HttpRequestBuilder : IDisposable
2121
private bool _addLauncherHeader = true;
2222
private bool _doLog = true;
2323
private Version _requestVersion = HttpVersion.Version20;
24-
private TimeSpan _timeOutMillisec = TimeSpan.FromMilliseconds(10 * 1000);
24+
private TimeSpan _timeOutMillisec = TimeSpan.FromMilliseconds(30 * 1000);
2525
private bool _isDisposed;
2626

2727
private HttpRequestBuilder(Uri uri, HttpMethod? method = null)

0 commit comments

Comments
 (0)