aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/benchmark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/benchmark.ts')
-rw-r--r--scripts/benchmark.ts27
1 files changed, 27 insertions, 0 deletions
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 () {
237 rates_limit: { 237 rates_limit: {
238 api: { 238 api: {
239 max: 5_000_000 239 max: 5_000_000
240 },
241 login: {
242 max: 5_000_000
243 },
244 signup: {
245 max: 5_000_000
246 },
247 ask_send_email: {
248 max: 5_000_000
249 },
250 receive_client_log: {
251 max: 5_000_000
252 },
253 plugins: {
254 max: 5_000_000
255 },
256 well_known: {
257 max: 5_000_000
258 },
259 feeds: {
260 max: 5_000_000
261 },
262 activity_pub: {
263 max: 5_000_000
264 },
265 client: {
266 max: 5_000_000
240 } 267 }
241 } 268 }
242 }) 269 })