From cd63f8ae42199a831ab203c608d06155f136aeb5 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 15 Jul 2026 11:21:04 +0200 Subject: [PATCH] chore: Bump the normal rate limit back to 250 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3a165a8cb..2c2636f34 100644 --- a/netlify.toml +++ b/netlify.toml @@ -42,6 +42,6 @@ from = "/*" to = "/:splat" [redirects.rate_limit] - window_limit = 25 + window_limit = 250 window_size = 60 aggregate_by = ["ip"]