Skip to content

Commit 6a60df3

Browse files
committed
Reduce max number of news pages from 20 to 10
1 parent d47a2aa commit 6a60df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/src/main/java/com/ricknout/rugbyranker/news/repository/NewsRepository.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ class NewsRepository(
6464
companion object {
6565
private const val PAGE_SIZE_WORLD_RUGBY_NEWS_DATABASE = 20
6666
private const val PAGE_SIZE_WORLD_RUGBY_NEWS_NETWORK = 10
67-
private const val MAX_PAGES_WORLD_RUGBY_NEWS_NETWORK = 20
67+
private const val MAX_PAGES_WORLD_RUGBY_NEWS_NETWORK = 10
6868
}
6969
}

0 commit comments

Comments
 (0)