Change default max-tries to 10

This commit is contained in:
ajgeiss0702
2021-01-24 22:38:14 +00:00
parent 73aa1d1ac6
commit 72c6c6208f
+3 -3
View File
@@ -1,5 +1,5 @@
# Dont touch this number please # Dont touch this number please
config-version: 18 config-version: 19
# The time the server will wait between sending people in the queue # The time the server will wait between sending people in the queue
# Default: 5 # Default: 5
@@ -139,8 +139,8 @@ send-fail-debug: false
# After how many (unsuccessfull) attempts of sending the player should we remove them from the queue? # After how many (unsuccessfull) attempts of sending the player should we remove them from the queue?
# Set to -1 to disable # Set to -1 to disable
# Default: -1 # Default: 10
max-tries: -1 max-tries: 10
# Should we enable the ajqueue.bypasspaused permission? # Should we enable the ajqueue.bypasspaused permission?
# If enabled, anyone with the permission ajqueue.bypasspaused will be able to join paused servers # If enabled, anyone with the permission ajqueue.bypasspaused will be able to join paused servers