calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Replace all unpaginated frames #823

Open calzoneman opened 5 years ago

calzoneman commented 5 years ago

Playlists and emote lists often cause problems due to slower clients taking forever to load the whole list, which can cause disconnects etc.

Really, all of these should be loaded in pages instead of all at once.

Also, the limit should be set to a reasonable number.