mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Increase API rate limit
This commit is contained in:
parent
7e37e11111
commit
0502e3d0b6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ rates_limit:
|
||||||
api:
|
api:
|
||||||
# 50 attempts in 10 seconds
|
# 50 attempts in 10 seconds
|
||||||
window: 10 seconds
|
window: 10 seconds
|
||||||
max: 50
|
max: 100
|
||||||
login:
|
login:
|
||||||
# 15 attempts in 5 min
|
# 15 attempts in 5 min
|
||||||
window: 5 minutes
|
window: 5 minutes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue