Rate limit export settings

https://lemmy.dbzer0.com/post/64091662

Rate limit export settings - Divisions by zero

Is it just me or is the rate limit to export my account settings very low? My first attempt failed due to a crash of the app that I use, but that was over 10 hours ago, but in the hours after that my attempts get blocked because of the rate limit. So I gave it like 6 more hours and it still doesn’t let me export my settings. Is this some db0 issue or is this common for Lemmy?

There is no account export setting rate limit as far as I know, so I think it’s built-in to lemmy itself.
Seems like it is hardcoded to once per day indeed github.com/LemmyNet/lemmy/pull/3976#discussion_r1…
Implement user data import/export by Nutomic · Pull Request #3976 · LemmyNet/lemmy

This adds new endpoints which lets users export their data (community follows, blocklists, profile settings), and import them again. It can be used to migrate between instances more easily, but als...

GitHub