From 72c6c6208ff8bb281c4b925268de07d702a81178 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sun, 24 Jan 2021 22:38:14 +0000 Subject: [PATCH] Change default max-tries to 10 --- src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 43ed070..9473593 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,5 +1,5 @@ # Dont touch this number please -config-version: 18 +config-version: 19 # The time the server will wait between sending people in the queue # 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? # Set to -1 to disable -# Default: -1 -max-tries: -1 +# Default: 10 +max-tries: 10 # Should we enable the ajqueue.bypasspaused permission? # If enabled, anyone with the permission ajqueue.bypasspaused will be able to join paused servers