geforkt von Mirrors/Paper
SPIGOT-7829: Increase maximum outgoing plugin message size to match Vanilla intention
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
acb31909b0
Commit
ecf335eebe
@ -19,7 +19,7 @@ public interface Messenger {
|
|||||||
/**
|
/**
|
||||||
* Represents the largest size that an individual Plugin Message may be.
|
* 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.
|
* Represents the largest size that a Plugin Channel may be.
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren