mirror of https://github.com/Chocobozzz/PeerTube
Increase rate limits for benchmark
parent
f18003d0ac
commit
9dfbf73576
|
@ -237,6 +237,33 @@ async function prepare () {
|
||||||
rates_limit: {
|
rates_limit: {
|
||||||
api: {
|
api: {
|
||||||
max: 5_000_000
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue