This question already has an answer here:
What is the maximum number of posts that can be added to favourites list by an user on a single day?
|
This question already has an answer here: What is the maximum number of posts that can be added to favourites list by an user on a single day? |
|||||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Not all actions are rate limited, only actions which either can lead to abuse or are "expensive" in the code behind e.g. take resources from the server. Adding a question to your favorites list is a simple action which can't really be abused so it's not rate limited. Complete list of rate limited actions can be found here. |
|||||||||
|