diff --git a/config.json b/config.json index ec74ecf..0411428 100644 --- a/config.json +++ b/config.json @@ -11,7 +11,7 @@ { "instance_name": "Hub", "home_directory": "./", - "command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar", + "command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -Dpaper.disableChannelLimit=true -jar minecraft_server.jar", "max_lines": 2000, "amount_of_lines_to_cut_on_max": 100, "stop_process_command": "exit",