Change default max-tries to 10
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user