mirror of https://github.com/Chocobozzz/PeerTube
Increase API rate limit
parent
7e37e11111
commit
0502e3d0b6
|
@ -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…
Reference in New Issue