aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2a7aaf2..43e30b1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -42,7 +42,7 @@ node running Mastodon.
42A note about rate limits 42A note about rate limits
43------------------------ 43------------------------
44Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute 44Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute
45time slow. This can differ from instance to instance and is subject to change. 45time slot. This can differ from instance to instance and is subject to change.
46Mastodon.py has three modes for dealing with rate limiting that you can pass to 46Mastodon.py has three modes for dealing with rate limiting that you can pass to
47the constructor, "throw", "wait" and "pace", "wait" being the default. 47the constructor, "throw", "wait" and "pace", "wait" being the default.
48 48
Powered by cgit v1.2.3 (git 2.41.0)