Add max-retries option to config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Dont touch this number please
|
||||
config-version: 16
|
||||
config-version: 17
|
||||
|
||||
# The time the server will wait between sending people in the queue
|
||||
# Default: 5
|
||||
@@ -137,3 +137,8 @@ send-instantly:
|
||||
# Default: false
|
||||
send-fail-debug: false
|
||||
|
||||
# After how many (unsuccessfull) attempts of sending the player should we remove them from the queue?
|
||||
# Set to -1 to disable
|
||||
# Default: -1
|
||||
max-tries: -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user