From 7799ffb4342621a1bf99edf55ab564407d86f8b1 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Wed, 11 Jan 2023 16:21:55 -0700 Subject: [PATCH] [nolist] change default queue cooldown to 3 seconds --- common/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/config.yml b/common/src/main/resources/config.yml index b77b748..e74f6e3 100644 --- a/common/src/main/resources/config.yml +++ b/common/src/main/resources/config.yml @@ -314,7 +314,7 @@ give-fulljoin-players-priority: 0 force-queue-server-target: true # How long should the cooldown for queue commands be? (in seconds) -queue-command-cooldown: 15 +queue-command-cooldown: 3 # Should any server switch (including the initial join) count against the queue command cooldown? include-server-switch-in-cooldown: false