Add max-retries option to config

This commit is contained in:
ajgeiss0702
2020-11-14 09:30:52 -07:00
parent 7917f0d4e0
commit 41625f535a
3 changed files with 21 additions and 1 deletions
+6 -1
View File
@@ -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