From 2f8d21e7ca87c590993ab52887f421b8b182a3e6 Mon Sep 17 00:00:00 2001 From: mich3lam Date: Wed, 27 Jul 2016 17:54:13 +0300 Subject: [PATCH] Update FarmPokestopsTask.cs --- PoGo.NecroBot.Logic/Tasks/FarmPokestopsTask.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PoGo.NecroBot.Logic/Tasks/FarmPokestopsTask.cs b/PoGo.NecroBot.Logic/Tasks/FarmPokestopsTask.cs index 68701f7d4..00d60b5e4 100644 --- a/PoGo.NecroBot.Logic/Tasks/FarmPokestopsTask.cs +++ b/PoGo.NecroBot.Logic/Tasks/FarmPokestopsTask.cs @@ -116,7 +116,7 @@ await ctx.Navigation.HumanLikeWalking(new GeoCoordinate(pokeStop.Latitude, pokeS var random = new Random(); await Task.Delay(500 + random.Next(0, 200)); //Randomized pause - } while (fortRetry < 40); + } while (fortRetry < 50); //Stop trying if softban is cleaned earlier or if 40 times fort looting failed. await Task.Delay(1000); @@ -164,4 +164,4 @@ private static async Task> GetPokeStops(Context ctx) return pokeStops.ToList(); } } -} \ No newline at end of file +}