Add a cooldown to the queue command (configurable)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user