Skip to content

Commit

Permalink
Merge pull request #19882 from wordpress-mobile/issue/19473-update-li…
Browse files Browse the repository at this point in the history
…mit-of-fetched-tag-posts-after-fixing-paging

[Reader] Update limit of fetched tag posts from 20 to 7 in Reader
  • Loading branch information
RenanLukas authored Jan 12, 2024
2 parents b16c86a + 3adf96a commit cd6fb60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class ReaderConstants {
// max # posts to request when updating posts
public static final int READER_MAX_POSTS_TO_REQUEST = 20;
public static final int READER_MAX_POSTS_TO_REQUEST = 7;

// max # results to request when searching posts & sites
public static final int READER_MAX_SEARCH_RESULTS_TO_REQUEST = 20;
Expand Down

0 comments on commit cd6fb60

Please sign in to comment.