mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-5681: Increase max plugin channel size
This commit is contained in:
parent
5b972adcf3
commit
21853d39dd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public interface Messenger {
|
|||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue