From 0502e3d0b66eb8ee7730c3a05275f54e283f60d7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Apr 2020 14:18:24 +0200 Subject: Increase API rate limit --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 78995b4bc..c4ea3c42c 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -13,7 +13,7 @@ rates_limit: api: # 50 attempts in 10 seconds window: 10 seconds - max: 50 + max: 100 login: # 15 attempts in 5 min window: 5 minutes -- cgit v1.2.3