mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-15 20:51:34 +01:00
Enable netty error processing by default
This commit is contained in:
parent
735dd50f4e
commit
dd1b67e5de
@ -98,7 +98,7 @@ public final class MinecraftServer {
|
|||||||
private static PacketProcessor packetProcessor;
|
private static PacketProcessor packetProcessor;
|
||||||
private static NettyServer nettyServer;
|
private static NettyServer nettyServer;
|
||||||
private static int nettyThreadCount = Runtime.getRuntime().availableProcessors();
|
private static int nettyThreadCount = Runtime.getRuntime().availableProcessors();
|
||||||
private static boolean processNettyErrors = false;
|
private static boolean processNettyErrors = true;
|
||||||
|
|
||||||
private static ExceptionManager exceptionManager;
|
private static ExceptionManager exceptionManager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user