Increase HttpTimeout to 60

This commit is contained in:
JustArchi
2016-03-13 17:03:15 +01:00
parent 72db5bc9f3
commit 575992c25d
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ namespace ArchiSteamFarm {
internal byte InventoryLimiterDelay { get; private set; } = 3;
[JsonProperty(Required = Required.DisallowNull)]
internal byte HttpTimeout { get; private set; } = 30;
internal byte HttpTimeout { get; private set; } = 60;
[JsonProperty(Required = Required.DisallowNull)]
internal string WCFHostname { get; private set; } = "localhost";