From 86b88cf4b71fa2cab0f5c5d32aa3028d176673a4 Mon Sep 17 00:00:00 2001 From: SpigotRCE <128710385+SpigotRCE@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:34:20 +0530 Subject: [PATCH] fix: typo --- proxy/src/main/resources/default-velocity.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/main/resources/default-velocity.toml b/proxy/src/main/resources/default-velocity.toml index 86a1d1f1..4d71e589 100644 --- a/proxy/src/main/resources/default-velocity.toml +++ b/proxy/src/main/resources/default-velocity.toml @@ -158,7 +158,7 @@ enable-reuse-port = false # How fast (in milliseconds) are clients allowed to send commands after the last command # By default this is 50ms (20 commands per second) -command-rate-limit = 25 +command-rate-limit = 50 # Should we forward commands to the backend upon being rate limited? # This will forward the command to the server instead of processing it on the proxy.