diff --git a/CringeLauncher/Utils/ThreadPoolScheduler.cs b/CringeLauncher/Utils/ThreadPoolScheduler.cs index 0a641af..cd7c7fc 100644 --- a/CringeLauncher/Utils/ThreadPoolScheduler.cs +++ b/CringeLauncher/Utils/ThreadPoolScheduler.cs @@ -31,7 +31,7 @@ public class ThreadPoolScheduler : IWorkScheduler { } - public int ThreadCount { get; } = ThreadPool.ThreadCount; + public int ThreadCount { get; } = 1024; } [HarmonyPatch]