Battleye Dedicated Server Player kick fix “Query Timeout or Client not responding

I have been beating my head against the wall for months now to trying and solve this Battleeye player kick when I or a new player initially joins our server or any other dedicated server. If you run a dedicated Arma 3 server and have the same issue here is what has worked thus far.

autoSelectMission = true; // should fix battleye kicks

// MISSIONS CYCLE
forcedDifficulty = “Custom”;
autoSelectMission = true; //<– add here
class Missions
{
class Mission1
{
template=”Money.Stratis”;
forcedDifficulty = “Custom”;
};