Increase rate limits for benchmark

This commit is contained in:
Chocobozzz 2023-07-27 14:18:59 +02:00
parent f18003d0ac
commit 9dfbf73576
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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
}
}
})