Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: sv_enableNetEventReassembly default value #114

Merged
merged 1 commit into from
Oct 31, 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
6 changes: 3 additions & 3 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ setr profile_skfx 1 # 0: disables kill screen effects 1: enables them
set sv_netHttp2 false

# The following convars all have something to do with the *_LATENT_* natives. These natives were never recommended to be used and were flawed under the hood. These convars should fix that.
# Default: false
# Default: true
# Type: boolean
setr sv_enableNetEventReassembly false
setr sv_enableNetEventReassembly true
# If the above is set to true, you can use one of these 2 convars to set the amount of pending events to be reassembled.
# Default: 100
# Type: int
Expand All @@ -165,4 +165,4 @@ setr sv_netEventReassemblyMaxPendingEvents 100 # This can be anything from 0 to
# See the native alternative to apply rules to specific buckets. https://docs.fivem.net/natives/?_0xA0F2201F, also see qbx:bucketlockdownmode
# Default: "inactive"
# Type: string
set sv_entityLockdown "inactive"
set sv_entityLockdown "inactive"