CMahaff@lemm.eetoLemmy Support@lemmy.ml•What is the default rate limit? Can I find the rate limit programmatically?English
2·
1 year agoThis bit me too.
How I believe you would read it for posts, using the values you posted, is “6 posts are allowed every 600 seconds”. The variables are poorly named IMO.
Following those rules, my own application seemed to stop getting rate limited.
Thanks for the link to “dirs” - I wish I’d known about it before I implemented a (worse) version just using the home crate.