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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
main = "src/index.js"# The rate limiting API is in open beta.
[[unsafe.bindings]]
name = "MY_RATE_LIMITER"type = "ratelimit"# An identifier you define, that is unique to your Cloudflare account.# Must be an integer.namespace_id = "1001"# Limit: the number of tokens allowed within a given period in a single# Cloudflare location# Period: the duration of the period, in seconds. Must be either 10 or 60simple = { limit = 100, period = 60 }