We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2047ccd commit c9e994cCopy full SHA for c9e994c
Runtime/Scripts/Core/Request/WebRequestInternal.cs
@@ -16,8 +16,8 @@ public class WebRequestInternal
16
public event Action<WebRequestResponseData> OnRequestDone;
17
public event Action<int> OnRequestWillRestart;
18
19
- private const int RequestTimeOut = 8;
20
- private int _requestAttemptsLimit = 3;
+ private const int RequestTimeOut = 4;
+ private int _requestAttemptsLimit = 1;
21
22
public WebRequestState RequestState { get; private set; }
23
@@ -247,4 +247,4 @@ private void DisposeRequest(bool disposeUploadHandler)
247
_cancellationTokenSource = null;
248
}
249
250
-}
+}
0 commit comments