10 hours should be enough

This commit is contained in:
JustArchi
2015-11-22 01:45:58 +01:00
parent 25b557d5d1
commit b89d2977f8

View File

@@ -33,7 +33,7 @@ using System.Threading.Tasks;
namespace ArchiSteamFarm {
internal class CardsFarmer {
private const byte StatusCheckSleep = 5; // In minutes, how long to wait before checking the appID again
private const ushort MaxFarmingTime = 300; // In minutes, how long ASF is allowed to farm one game in solo mode
private const ushort MaxFarmingTime = 600; // In minutes, how long ASF is allowed to farm one game in solo mode
private readonly ManualResetEvent FarmResetEvent = new ManualResetEvent(false);
private readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1);