Skip to content

Commit 7975147

Browse files
Update rate limiter configuration in wrangler.toml to set limit to 90 requests per minute
1 parent 9bdf465 commit 7975147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ id = "32a71a2c083e42f7bee7b40eb75c1ea6"
1818
name = "RATE_LIMITER"
1919
type = "ratelimit"
2020
namespace_id = "1"
21-
simple = { limit = 120, period = 60 }
21+
simple = { limit = 90, period = 60 }

0 commit comments

Comments
 (0)