Increase plugin channels limit

This commit is contained in:
Andrew Steinborn 2018-09-09 14:20:46 -04:00
parent 54c3c37064
commit f2e3b5c7ec

View File

@ -25,7 +25,7 @@ import java.util.*;
*/
public class ClientPlaySessionHandler implements MinecraftSessionHandler {
private static final Logger logger = LogManager.getLogger(ClientPlaySessionHandler.class);
private static final int MAX_PLUGIN_CHANNELS = 128;
private static final int MAX_PLUGIN_CHANNELS = 1024;
private final ConnectedPlayer player;
private long lastPingID = -1;