You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The `limit()` API accepts a single argument — a configuration object with the
102
102
103
103
You can define and configure multiple rate limiting configurations per Worker, which allows you to define different limits against incoming request and/or user parameters as needed to protect your application or upstream APIs.
104
104
105
-
For example, here is how you can define two rate limiting configurations for free and paid tier users.
105
+
For example, here is how you can define two rate limiting configurations for free and paid tier users:
0 commit comments