Skip to content

Commit

Permalink
tweak: sv_enableNetEventReassembly default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled authored Oct 31, 2024
1 parent 0ee4e58 commit ef7306b
Showing 1 changed file with 3 additions and 3 deletions.
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"

0 comments on commit ef7306b

Please sign in to comment.