Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Remove RakOfflinePacketLimit system property #263

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ You may disable some warnings that may be printed to the console by using the fo
Setting "command-suggestions" to false in the config will also disable this.
- `-DGeyser.RakPacketLimit=120`
- Sets RakNet's per-ip per-tick (10ms) post-connection packet limit.
- `-DGeyser.RakOfflinePacketLimit=10`
- Sets RakNet's per-ip per-second pre-connection packet limit.
- `-DGeyser.RakGlobalPacketLimit=100000`
- Sets RakNet's per-tick (10ms) overall packet limit.
- `-DGeyser.RakRateLimitingDisabled=true`
Expand Down