Skip to content

Update RATE-LIMITING.md #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.