Skip to content

Commit

Permalink
Increase feed page size to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jul 8, 2023
1 parent 7fc1948 commit 055ebeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class FeedRepository @Inject constructor(
) =
Pager(
config = PagingConfig(
pageSize = 50,
pageSize = 60,
enablePlaceholders = false
),
remoteMediator = FeedRemoteMediator(
Expand Down

0 comments on commit 055ebeb

Please sign in to comment.