Skip to content

Commit

Permalink
Update rate-limiting.md (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfortune authored Jun 9, 2024
1 parent 069a3a7 commit 9913c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuring rate limiting can be done via your Platformatic config file under th
}
```

We utilize the [@fastify/rate-limit](https://github.com/fastify/rate-limit) module for rate limiting. You can
We utilize the [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) module for rate limiting. You can
pass in any configuration options from it into the `rateLimiting` object.

For defining the callbacks allowed by that module, set them in the `fastify.ai.rateLimiting` object.
Expand Down

0 comments on commit 9913c79

Please sign in to comment.