Skip to content

Commit

Permalink
POSTS_PER_PAGE = 200
Browse files Browse the repository at this point in the history
  • Loading branch information
soygabimoreno committed Oct 27, 2023
1 parent 0afd461 commit 321db78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ interface PostService {
): List<PostApiModel>
}

private const val POSTS_PER_PAGE = 100
private const val POSTS_PER_PAGE = 200

0 comments on commit 321db78

Please sign in to comment.