Skip to content

Commit

Permalink
move delay down a smudge, remove garbage collection
Browse files Browse the repository at this point in the history
seems to have helped with cp usage
  • Loading branch information
wtffidy committed Nov 12, 2024
1 parent 7518e0d commit 33df222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CoreBots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1987,11 +1987,10 @@ public void RegisterQuests(params int[] questIDs)
await Task.Delay(500); // Wait for half a second to ensure the quest is reaccepted
}
}
// await Task.Delay(ActionDelay);
}
await Task.Delay(ActionDelay);
}
});
GC.Collect();
questCTS = new();
}

Expand Down

0 comments on commit 33df222

Please sign in to comment.