aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9b6074d..d0eb65d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -69,7 +69,7 @@ a while.
69 69
70In "pace" mode, Mastodon.py will delay each new request after the first one such that, 70In "pace" mode, Mastodon.py will delay each new request after the first one such that,
71if requests were to continue at the same rate, only a certain fraction (set in the 71if requests were to continue at the same rate, only a certain fraction (set in the
72constructor as ratelimit_pacefactor) of the rate limit will be used up. The fraction can 72constructor as `ratelimit_pacefactor`) of the rate limit will be used up. The fraction can
73be (and by default, is) greater than one. If the rate limit is hit, "pace" behaves like 73be (and by default, is) greater than one. If the rate limit is hit, "pace" behaves like
74"wait". This mode is probably the most advanced one and allows you to just poll in 74"wait". This mode is probably the most advanced one and allows you to just poll in
75a loop without ever sleeping at all yourself. It is for applications that would rather 75a loop without ever sleeping at all yourself. It is for applications that would rather
Powered by cgit v1.2.3 (git 2.41.0)