From 496817afca075b6a90d67ae4dc02cbfbcd449eac Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 21 Jun 2021 18:00:45 +0200 Subject: [PATCH] Increase the rate limit for bigger servers Related #406 --- core/src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 84471789..8e048961 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -16,9 +16,9 @@ anti-bot: # Image the following like bucket. The following is total amount that is allowed in this bucket, while expire # means how long it takes for every entry to expire. # Total number of connections - connections: 200 - # Amount of minutes after the first connection will expire and made available - expire: 5 + connections: 600 + # Amount of minutes after the first connection got inserted will expire and made available + expire: 10 # Request a premium login without forcing the player to type a command #