From 575992c25ddcf21f0d8c5b7bcdeb2c9ce62f4f2f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 13 Mar 2016 17:03:15 +0100 Subject: [PATCH] Increase HttpTimeout to 60 --- ArchiSteamFarm/GlobalConfig.cs | 2 +- ArchiSteamFarm/config/ASF.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index 16e557f75..4a5054aa9 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -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"; diff --git a/ArchiSteamFarm/config/ASF.json b/ArchiSteamFarm/config/ASF.json index 6e77c86f4..389ad017b 100644 --- a/ArchiSteamFarm/config/ASF.json +++ b/ArchiSteamFarm/config/ASF.json @@ -8,7 +8,7 @@ "AccountPlayingDelay": 5, "LoginLimiterDelay": 7, "InventoryLimiterDelay": 3, - "HttpTimeout": 30, + "HttpTimeout": 60, "WCFHostname": "localhost", "WCFPort": 1242, "Statistics": true,