Skip to content

Commit bb0334c

Browse files
committed
Update rate limiting documentation to clarify usage with different routers
1 parent e8ea4df commit bb0334c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
OpenContracts implements multi-layer rate limiting to protect the application from abuse and ensure fair resource usage:
66

7-
1. **Edge Rate Limiting** - Via Traefik reverse proxy
7+
1. **Edge Rate Limiting** - Via Traefik reverse proxy (or, if you are using a different router, use its rate limiting)
88
2. **Application Rate Limiting** - Via django-ratelimit in GraphQL resolvers
99

1010
## Architecture

0 commit comments

Comments
 (0)