Automule + Queue times (Wait in line)

With the 3.5k queue times I’m having an issue with “no response from mule profile”.

I understand this is a delay/fail count issue, but i’m not sure which lines to change.

I’ve tried changing line 244 and 262:

if (failCount >= 100000) {
D2Bot.printToConsole(“No response from mule profile.”, 9);
&
// No response - stop mule profile
if (failCount >= 100000) {
D2Bot.stop(muleObj.muleProfile, true);
delay(1000);

No avail, get down to about 800 queue and MF resumes runs.

edit: obviously 100000 used to be like 260 or something
edit2: I changed 100000 to 500000 on both lines… It works now.