Add a cooldown to the queue command (configurable)

This commit is contained in:
ajgeiss0702
2023-01-11 16:04:16 -07:00
parent 1372390988
commit 5cd13c2576
4 changed files with 25 additions and 1 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 34
config-version: 35
# This is the main config for ajQueue.
@@ -313,6 +313,12 @@ give-fulljoin-players-priority: 0
# not in the queue for the target server, it will add them.
force-queue-server-target: true
# How long should the cooldown for queue commands be? (in seconds)
queue-command-cooldown: 15
# Should any server switch (including the initial join) count against the queue command cooldown?
include-server-switch-in-cooldown: false
# The minimum time between pinging the server.
# If ajQueue is pinging your backend servers too often, raise this number