pull/7/head
Lorenz Diener 2016-11-26 03:07:49 +01:00 zatwierdzone przez GitHub
rodzic ddc10c2eee
commit f1c445dc10
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ node running Mastodon.
A note about rate limits
------------------------
Mastodons API rate limits per IP. By default, the limit is 150 requests per 5 minute
time slow. This can differ from instance to instance and is subject to change.
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.