Still not enough items per scroll

This commit is contained in:
2018-03-14 21:01:27 +01:00
parent 28088a93b3
commit 405ecaa4b4
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
const ( const (
animeFirstLoad = 50 animeFirstLoad = 50
animePerScroll = 15 animePerScroll = 30
) )
// FilterByStatus returns a handler for the given anime list item status. // FilterByStatus returns a handler for the given anime list item status.

View File

@ -12,7 +12,7 @@ import (
const ( const (
tracksFirstLoad = 12 tracksFirstLoad = 12
tracksPerScroll = 6 tracksPerScroll = 9
) )
// render renders the soundtracks on user profiles. // render renders the soundtracks on user profiles.

View File

@ -10,7 +10,7 @@ import (
const ( const (
tracksFirstLoad = 12 tracksFirstLoad = 12
tracksPerScroll = 6 tracksPerScroll = 9
) )
// render renders the soundracks page with the given tracks. // render renders the soundracks page with the given tracks.