mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Relax client log rate limiting
This commit is contained in:
parent
01b3396c80
commit
f81bc3d3dc
3 changed files with 7 additions and 7 deletions
|
@ -31,9 +31,9 @@ rates_limit:
|
|||
window: 5 minutes
|
||||
max: 3
|
||||
receive_client_log:
|
||||
# 10 attempts in 10 min
|
||||
window: 10 minutes
|
||||
max: 10
|
||||
# 1 attempt every 2 seconds
|
||||
window: 1 minute
|
||||
max: 30
|
||||
plugins:
|
||||
# 500 attempts in 10 seconds (we also serve plugin static files)
|
||||
window: 10 seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue