Skip to content

Commit 3b0124a

Browse files
committed
Document new velocity system properties
1 parent c3f886f commit 3b0124a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/docs/velocity/admin/reference/system-properties.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ The default value shown may not be set for the property but will only be used by
115115
- **default**: `true`
116116
- **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.
117117

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.
126+
118127
## List of environment variables
119128

120129
#### VELOCITY_FORWARDING_SECRET

0 commit comments

Comments
 (0)