From 9dfbf73576fdcc40d5dc956c5fe56e0dffe44ca8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 Jul 2023 14:18:59 +0200 Subject: [PATCH] Increase rate limits for benchmark --- scripts/benchmark.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/scripts/benchmark.ts b/scripts/benchmark.ts index f7f9ad1bf..92fbd5490 100644 --- a/scripts/benchmark.ts +++ b/scripts/benchmark.ts @@ -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 } } })