From df16db9b2b7bde84bc4f076a89616d296e92db71 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 16 Apr 2021 21:26:51 +0200 Subject: [PATCH] Refer to constructor docs for throttling parameter in related section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 627df4a..b86f0ab 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ for the correct default option in your user interface. You don’t need to check ### Throttling or rate limiting -All methods provided by this library are *automatically* protected against excessive numbers of requests from clients. +All methods provided by this library are *automatically* protected against excessive numbers of requests from clients. If the need arises, you can (temporarily) disable this protection using the [`$throttling` parameter](#creating-a-new-instance) passed to the constructor. If you would like to throttle or rate limit *external* features or methods as well, e.g. those in your own code, you can make use of the built-in helper method for throttling and rate limiting: