aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-17 14:18:24 +0200
committerChocobozzz <me@florianbigard.com>2020-04-17 14:18:24 +0200
commit0502e3d0b66eb8ee7730c3a05275f54e283f60d7 (patch)
tree0493d55a5d22446e53893a1a2536f2279f76d49d /config
parent7e37e111116e41530749b88327bc601cb39ade03 (diff)
downloadPeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.tar.gz
PeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.tar.zst
PeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.zip
Increase API rate limit
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml2
1 files changed, 1 insertions, 1 deletions
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:
13 api: 13 api:
14 # 50 attempts in 10 seconds 14 # 50 attempts in 10 seconds
15 window: 10 seconds 15 window: 10 seconds
16 max: 50 16 max: 100
17 login: 17 login:
18 # 15 attempts in 5 min 18 # 15 attempts in 5 min
19 window: 5 minutes 19 window: 5 minutes