diff options
author | Lorenz Diener <[email protected]> | 2017-07-24 11:43:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-24 11:43:22 +0200 |
commit | 4e8743cc68356b472420a992524859b80c2c056f (patch) | |
tree | 05e33a5872f11904adb733f9c6c7536f0e40bfac /docs | |
parent | 67fc8ab3fcbea9cfeaa0025fd9088be96c5f21f8 (diff) | |
parent | f1357ce699f8b9b063c501d0ea645e641b03e1ed (diff) | |
download | mastodon.py-4e8743cc68356b472420a992524859b80c2c056f.tar.gz |
Merge pull request #62 from theZacAttacks/patch-1
fixed incorrect rate limit number
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
50 | 50 | ||
51 | A note about rate limits | 51 | A note about rate limits |
52 | ------------------------ | 52 | ------------------------ |
53 | Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute | 53 | Mastodons API rate limits per IP. By default, the limit is 300 requests per 5 minute |
54 | time slot. This can differ from instance to instance and is subject to change. | 54 | time slot. This can differ from instance to instance and is subject to change. |
55 | Mastodon.py has three modes for dealing with rate limiting that you can pass to | 55 | Mastodon.py has three modes for dealing with rate limiting that you can pass to |
56 | the constructor, "throw", "wait" and "pace", "wait" being the default. | 56 | the constructor, "throw", "wait" and "pace", "wait" being the default. |