Altered rate limit settings

This commit is contained in:
Auxilor
2021-11-02 18:52:57 +00:00
parent ba9812534a
commit 1d85dbf08d

View File

@@ -70,9 +70,9 @@ async-display:
enabled: true
# The amount of window items packets per timeframe needed to enable async display
# for a specified player.
cutoff: 5
cutoff: 4
# The length of the timeframe in seconds.
# Cutoff 5, Timeframe 1 means that if there are more than 5 window items packets
# being sent per second for a player, then that player should have their packets
# handled asynchronously.
timeframe: 2
timeframe: 1