Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(worker): Remove rate-limiting (#14)
Trying to rate-limit using global state, in a stateless context such as a worker, is obviously not going to work. There is an official Rate Limiting API in beta: https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ However, that requires lots of setup. For now, let's remove the broken code.
- Loading branch information