Reduce the number of articles loaded per page
This commit is contained in:
parent
c877497756
commit
beffe317e2
|
@ -57,7 +57,7 @@ class HomeViewModel @Inject constructor(
|
||||||
it.copy(
|
it.copy(
|
||||||
pagingData = Pager(
|
pagingData = Pager(
|
||||||
config = PagingConfig(
|
config = PagingConfig(
|
||||||
pageSize = 100,
|
pageSize = 50,
|
||||||
enablePlaceholders = false,
|
enablePlaceholders = false,
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user