You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi :)
I've noticed, the first time ever after a months of absence from my tablet that the feed backlog is limited to 500 tiles, so I currently can't see the other two weeks. It's very rare occasion I guess but could the feed be extended to a maximum of 1000 tiles if possible? :)
Why do you want this feature?
I can't see the rest of the videos that were uploaded in one month of absence, the maximum tiles of 500 "recent" uploads were exceeded. :)
Additional information
no further remarks
The text was updated successfully, but these errors were encountered:
Plugdemholes-Imeanpatchdembugs
changed the title
Extension of the maximum "What's new"-tab backlog from 500 to 1000 tiles
Extension of the maximum "What's new"-tab backlog from 500 to possible 1000 tiles
Nov 23, 2024
Plugdemholes-Imeanpatchdembugs
changed the title
Extension of the maximum "What's new"-tab backlog from 500 to possible 1000 tiles
Extension of the maximum "What's new"-tab backlog from 500 to 1000 possible tiles
Nov 23, 2024
ORDER BY s.upload_date IS NULL DESC, s.upload_date DESC, s.uploader ASC
LIMIT 500
"""
)
abstractfungetStreams(
groupId:Long,
includePlayed:Boolean,
includePartiallyPlayed:Boolean,
uploadDateBefore:OffsetDateTime?
): Maybe<List<StreamWithState>>
It is there to keep the query fast and memory usage low. I think we could even reduce the limit to ~200 because it is unusual to look further back. Especially because the feed only contains streams that were published in the last 13 weeks. Instead we could implement lazy loading more items when reaching the end of the displayed list.
This would be awesome! :)
I myself didn't think I'd ever have to load in so many videos at once. But here I am with my ~170 subscriptions and look and see it's a backlog of more than 500 in just one month. ^^"
Checklist
Feature description
Hi :)
I've noticed, the first time ever after a months of absence from my tablet that the feed backlog is limited to 500 tiles, so I currently can't see the other two weeks. It's very rare occasion I guess but could the feed be extended to a maximum of 1000 tiles if possible? :)
Why do you want this feature?
I can't see the rest of the videos that were uploaded in one month of absence, the maximum tiles of 500 "recent" uploads were exceeded. :)
Additional information
no further remarks
The text was updated successfully, but these errors were encountered: