Use global timeout

This commit is contained in:
JustArchi
2015-11-25 16:35:09 +01:00
parent 664a0e0758
commit 0fd0528fd0

View File

@@ -34,7 +34,7 @@ using System.Threading.Tasks;
namespace ArchiSteamFarm {
internal class ArchiWebHandler {
private const int Timeout = 1000 * 30; // In miliseconds
private const uint Timeout = 1000 * WebBrowser.HttpTimeout; // In miliseconds
private readonly Bot Bot;
private readonly string ApiKey;