We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579f8e7 commit beb9c29Copy full SHA for beb9c29
1 file changed
netlify.toml
@@ -2,12 +2,12 @@
2
command = "make netlify-build"
3
publish = "build/site"
4
5
-# 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.
6
[[redirects]]
7
from = "/*"
8
to = "/:splat"
9
[redirects.rate_limit]
10
- window_limit = 25
+ window_limit = 250
11
window_size = 60
12
aggregate_by = ["ip"]
13
0 commit comments