this post was submitted on 15 Dec 2025
8 points (100.0% liked)
Summit
1264 readers
18 users here now
Community to discuss Summit, an open-source Lemmy reader for Android.
App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit
APK: https://github.com/idunnololz/summit-for-lemmy/releases
Source: https://github.com/idunnololz/summit
Support the app
Website: https://summit.idunnololz.com/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments

This is a DB attack vector, which is why lemmy long ago switched to cursor pagination.
You need to open up an issue in the summit repo asking the dev to switch away from the deprecated page/limit, and to cursor pagination.
I disagree with this, and already opened a PR to increase the limit to 100. This way users wont run into problems, and it prevents DDoS just as well.