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 9beb77e commit 0b472e2Copy full SHA for 0b472e2
fCraft/System/Server.cs
@@ -1132,7 +1132,7 @@ static IPAddress CheckExternalIP()
1132
/// <summary> Safely downloads data. </summary>
1133
[CanBeNull]
1134
public static string downloadDatastring(string url) {
1135
- HttpWebRequest request = HttpUtil.CreateRequest(new Uri(url), TimeSpan.FromSeconds(5));
+ HttpWebRequest request = HttpUtil.CreateRequest(new Uri(url), TimeSpan.FromSeconds(10));
1136
request.CachePolicy = new RequestCachePolicy(RequestCacheLevel.BypassCache);
1137
1138
try {
0 commit comments