From: Chocobozzz Date: Fri, 17 Apr 2020 12:18:24 +0000 (+0200) Subject: Increase API rate limit X-Git-Tag: v2.2.0-rc.1~181 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0502e3d0b66eb8ee7730c3a05275f54e283f60d7;p=oweals%2Fpeertube.git Increase API rate limit --- 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