From 1d85dbf08def40a2a28bdedae3c89392cff0c92f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 2 Nov 2021 18:52:57 +0000 Subject: [PATCH] Altered rate limit settings --- eco-core/core-plugin/src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 9d845772..5dc685c8 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -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 \ No newline at end of file + timeframe: 1 \ No newline at end of file