Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Guides/RATE-LIMITING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Block any URLs starting with `/index.php/rest/V1/` or `/rest/V1/`.

## Abusive Crawler Protection

Unlike path protection Abusive Crawler protection guards against a single user making excessive number of requests that hit your
Magento backend. By default we set the threshold to 100. After 100 requests in an hour we'll start returning a block to the user.
Unlike path protection, Abusive Crawler protection guards against a single user making excessive number of requests that hit your
Magento application. By default, we set the threshold to 100. After 100 requests in an hour we'll start returning a block to the user.