tobexyz / yaacc-code

YAACC - UPNP Client and Server
Other
101 stars 14 forks source link

Slow scrolling on large libraries #45

Closed aabaker closed 1 year ago

aabaker commented 4 years ago

If a library contains several hundred entries then the way loadMore() only gets called if there are less than 10 entries below the bottom of the screen makes it unbearably slow to navigate such libraries.

tobexyz commented 1 year ago

maybe the chunk size could be increased or configurable in the settings...

tobexyz commented 1 year ago

chunk size is now initially 50 items and can be configured in the settings