SPIGOT-5681: Increase max plugin channel size

This commit is contained in:
md_5 2020-04-22 11:52:43 +10:00
parent 5b972adcf3
commit 21853d39dd

View file

@ -24,7 +24,7 @@ public interface Messenger {
/** /**
* Represents the largest size that a Plugin Channel may be. * Represents the largest size that a Plugin Channel may be.
*/ */
public static final int MAX_CHANNEL_SIZE = 32; public static final int MAX_CHANNEL_SIZE = 64;
/** /**
* Checks if the specified channel is a reserved name. * Checks if the specified channel is a reserved name.