diff --git a/services/web/app/src/router.mjs b/services/web/app/src/router.mjs index d4af39c7e6..1d50c2acdb 100644 --- a/services/web/app/src/router.mjs +++ b/services/web/app/src/router.mjs @@ -91,8 +91,8 @@ const rateLimiters = { duration: 60, }), compileProjectHttp: new RateLimiter('compile-project-http', { - points: 800, - duration: 60 * 60, + points: 200, + duration: 10 * 60, }), confirmEmail: new RateLimiter('confirm-email', { points: 10,