9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-23 00:39:16 +00:00

Updated Upstream (Purpur)

Upstream has released updates that appear to apply and compile correctly

Purpur Changes:
PurpurMC/Purpur@94bdb19b Updated Upstream (Paper)
This commit is contained in:
NONPLAYT
2025-09-03 00:43:42 +03:00
parent c66fe68490
commit ecef6491fc
9 changed files with 39 additions and 39 deletions

View File

@@ -203,7 +203,7 @@ public class DivineConfig {
// Async pathfinding settings
public static boolean asyncPathfinding = true;
public static int asyncPathfindingMaxThreads = 2;
public static int asyncPathfindingMaxThreads = 1;
public static int asyncPathfindingKeepalive = 60;
public static int asyncPathfindingQueueSize = 0;
public static PathfindTaskRejectPolicy asyncPathfindingRejectPolicy = PathfindTaskRejectPolicy.FLUSH_ALL;