You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/velocity/admin/reference/system-properties.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,15 @@ The default value shown may not be set for the property but will only be used by
115
115
-**default**: `true`
116
116
-**description**: Whether the client should disconnect on packet errors. Temporarily added in MC 1.20.5 and removed in 1.21.2 to help modded servers transition to this change.
117
117
118
+
#### velocity.maximum-play-queue-size
119
+
120
+
-**default**: `134217728` (128 MiB)
121
+
-**description**: The maximum size of the queue (in bytes) that holds pending PLAY state packets sent to the client while it is in the CONFIG state.
122
+
123
+
#### velocity.max-plugin-message-payload-size
124
+
-**default**: `32767`
125
+
-**description**: The maximum allowed size of plugin message packets in bytes.
0 commit comments