diff --git a/pages/animelist/animelist.go b/pages/animelist/animelist.go index ccef08ea..51a09548 100644 --- a/pages/animelist/animelist.go +++ b/pages/animelist/animelist.go @@ -13,8 +13,8 @@ import ( ) const ( - animeFirstLoad = 50 - animePerScroll = 30 + animeFirstLoad = 60 + animePerScroll = 40 ) // FilterByStatus returns a handler for the given anime list item status.