mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
SPIGOT-5681: Increase max plugin channel size
By: md_5 <git@md-5.net>
This commit is contained in:
parent
518cad685a
commit
ee3885052d
@ -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…
Reference in New Issue
Block a user