From 6d90c47d9a00e4d69d80e599f62a11e64e85f8aa Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Sat, 28 Nov 2020 16:29:18 +0100 Subject: [PATCH] Troubleshooting: Mention overriding RateController --- docs/troubleshooting.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 7fa8fbf..35ca45b 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -35,6 +35,9 @@ promiscuous IP addresses, such as cloud, VPN and public proxy services, might be subject to significantly stricter limits for anonymous access. However, logged-in accesses (see :option:`--login`) do not seem to be affected. +Instaloader allows to adjust the rate controlling behavior by overriding +:class:`instaloader.RateController`. + Too many queries in the last time --------------------------------- @@ -42,6 +45,9 @@ Too many queries in the last time rate limit has almost been reached, according to Instaloader's own rate accounting mechanism. +Instaloader allows to adjust the rate controlling behavior by overriding +:class:`instaloader.RateController`. + Private but not followed ------------------------