this post was submitted on 12 Jun 2023
6 points (87.5% liked)
Lemmy.ca Support / Questions
495 readers
1 users here now
Support / Questions specific to lemmy.ca.
For support / questions related to the lemmy software itself, go to [email protected]
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A "Rate limit" is a server-side thing to prevent abuse or accidental overwork of the server. It's a limit imposed by the server at how often you can do something, the something might be commenting, upvoting, uploading an image, etc. and the limits might be layered in that you might be able to only post once every 2 minutes no matter what, but you also might not be able to make more than 100 API requests over a period of 60s regardless of what those requests are.
The limits can be hard limits, as in you hit the limit and you have to wait for 2mins before trying again, or it might be more like a sliding scale where it's "no more than x over a given 5min period" in which case mashing the button will lock you out for 5mins but hitting it every minute or so won't incur a limit.