There was an error while loading. Please reload this page.
1 parent e8ea4df commit bb0334cCopy full SHA for bb0334c
1 file changed
docs/development/rate-limiting.md
@@ -4,7 +4,7 @@
4
5
OpenContracts implements multi-layer rate limiting to protect the application from abuse and ensure fair resource usage:
6
7
-1. **Edge Rate Limiting** - Via Traefik reverse proxy
+1. **Edge Rate Limiting** - Via Traefik reverse proxy (or, if you are using a different router, use its rate limiting)
8
2. **Application Rate Limiting** - Via django-ratelimit in GraphQL resolvers
9
10
## Architecture
0 commit comments