mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase rate limits for benchmark
This commit is contained in:
@@ -237,6 +237,33 @@ async function prepare () {
|
||||
rates_limit: {
|
||||
api: {
|
||||
max: 5_000_000
|
||||
},
|
||||
login: {
|
||||
max: 5_000_000
|
||||
},
|
||||
signup: {
|
||||
max: 5_000_000
|
||||
},
|
||||
ask_send_email: {
|
||||
max: 5_000_000
|
||||
},
|
||||
receive_client_log: {
|
||||
max: 5_000_000
|
||||
},
|
||||
plugins: {
|
||||
max: 5_000_000
|
||||
},
|
||||
well_known: {
|
||||
max: 5_000_000
|
||||
},
|
||||
feeds: {
|
||||
max: 5_000_000
|
||||
},
|
||||
activity_pub: {
|
||||
max: 5_000_000
|
||||
},
|
||||
client: {
|
||||
max: 5_000_000
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user