Skip to content

Commit

Permalink
doc: Add more examples of ratelimiting
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Nov 17, 2023
1 parent 1836689 commit 70407f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/content/reference/rate-limiting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ rate-limiting:
max-per-min: 30
associations:
- http
- name: User login
max-per-min: 10
associations:
- http:account
- name: Create new users
max-per-min: 10
associations:
- grpc:method:/ttn.lorawan.v3.UserRegistry/Create
- name: Application downlink traffic
max-per-min: 10
associations:
Expand Down

0 comments on commit 70407f6

Please sign in to comment.