From 7fbf9ef2699027c6c420f622533347ac0824e758 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Jan 2025 11:47:32 +0000 Subject: [PATCH] Fix mas config Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/testcontainers/mas.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playwright/testcontainers/mas.ts b/playwright/testcontainers/mas.ts index ba95129b66..2c795c2c47 100644 --- a/playwright/testcontainers/mas.ts +++ b/playwright/testcontainers/mas.ts @@ -170,10 +170,12 @@ const DEFAULT_CONFIG = { }, rate_limiting: { login: { - burst: 1000, + burst: 10, + per_second: 1, }, registration: { - burst: 1000, + burst: 10, + per_second: 1, }, }, };