this post was submitted on 08 Jul 2023
8 points (100.0% liked)
Lemmy Support
4651 readers
17 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not aware of there being any limits for that, and I think it'd be in the admin panel if it were.
On Reddit I think it's mostly a limitation to try to keep database queries from going too slow as browsing ordered list like these on most databases amounts to running the query and discarding the first X results and returning the next Y results. So the farther you go back, the more expensive the query, especially on really big databases.
On Lemmy, if you run your own instance, I doubt anyone would care if you make a 20 seconds query to go browse really far back. All the data is local. So that'd be an admin setting of some sort.