mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
SPIGOT-7829: Increase maximum outgoing plugin message size to match Vanilla intention
This commit is contained in:
parent
5cd1c8cb40
commit
3a3bea5205
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public interface Messenger {
|
|||
/**
|
||||
* Represents the largest size that an individual Plugin Message may be.
|
||||
*/
|
||||
public static final int MAX_MESSAGE_SIZE = 32766;
|
||||
public static final int MAX_MESSAGE_SIZE = 1048576;
|
||||
|
||||
/**
|
||||
* Represents the largest size that a Plugin Channel may be.
|
||||
|
|
Loading…
Add table
Reference in a new issue