From f1357ce699f8b9b063c501d0ea645e641b03e1ed Mon Sep 17 00:00:00 2001 From: Zac Date: Tue, 11 Jul 2017 22:50:53 -0400 Subject: [PATCH] fixed incorrect rate limit number --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ae67a42..cea3cf5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,7 +50,7 @@ of this time, it is feature complete for Mastodon version 1.4. A note about rate limits ------------------------ -Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute +Mastodons API rate limits per IP. By default, the limit is 300 requests per 5 minute time slot. This can differ from instance to instance and is subject to change. Mastodon.py has three modes for dealing with rate limiting that you can pass to the constructor, "throw", "wait" and "pace", "wait" being the default.