Skip to content

Commit 5013744

Browse files
authored
chore: Adjust rate limit to 250r/min (#879)
1 parent 579f8e7 commit 5013744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
command = "make netlify-build"
33
publish = "build/site"
44

5-
# Rate limiting across the whole page. 25 request per 60 seconds aggregated by client IP.
5+
# Rate limiting across the whole page. 250 request per 60 seconds aggregated by client IP.
66
[[redirects]]
77
from = "/*"
88
to = "/:splat"
99
[redirects.rate_limit]
10-
window_limit = 25
10+
window_limit = 250
1111
window_size = 60
1212
aggregate_by = ["ip"]
1313

0 commit comments

Comments
 (0)