diff --git a/netlify.toml b/netlify.toml index 134b36ed4..02ee4c35f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,12 +2,12 @@ command = "make netlify-build" publish = "build/site" -# Rate limiting across the whole page. 25 request per 60 seconds aggregated by client IP. +# Rate limiting across the whole page. 250 request per 60 seconds aggregated by client IP. [[redirects]] from = "/*" to = "/:splat" [redirects.rate_limit] - window_limit = 25 + window_limit = 250 window_size = 60 aggregate_by = ["ip"]