diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-17 14:18:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-17 14:18:24 +0200 |
commit | 0502e3d0b66eb8ee7730c3a05275f54e283f60d7 (patch) | |
tree | 0493d55a5d22446e53893a1a2536f2279f76d49d /config/default.yaml | |
parent | 7e37e111116e41530749b88327bc601cb39ade03 (diff) | |
download | PeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.tar.gz PeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.tar.zst PeerTube-0502e3d0b66eb8ee7730c3a05275f54e283f60d7.zip |
Increase API rate limit
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
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 |