mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
disabled by default
This commit is contained in:
@@ -231,7 +231,7 @@ public class DivineConfig {
|
|||||||
public static int asyncEntityTrackerQueueSize = 0;
|
public static int asyncEntityTrackerQueueSize = 0;
|
||||||
|
|
||||||
// Async Join Thread settings
|
// Async Join Thread settings
|
||||||
public static boolean asyncJoinEnabled = true;
|
public static boolean asyncJoinEnabled = false;
|
||||||
public static int asyncJoinThreadCount = 1;
|
public static int asyncJoinThreadCount = 1;
|
||||||
public static boolean asyncJoinUseVirtualThreads = false;
|
public static boolean asyncJoinUseVirtualThreads = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user