Threads update

This commit is contained in:
Anuken
2022-06-09 09:52:44 -04:00
parent 1920e4399b
commit dc6617cfad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ public class Vars implements Loadable{
public static Locale[] locales;
//the main executor will only have at most [cores] number of threads active
public static ExecutorService mainExecutor = Threads.cachedExecutor(1, OS.cores, true);
public static ExecutorService mainExecutor = Threads.executor("Main Executor", OS.cores);
public static FileTree tree = new FileTree();
public static Net net;