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(
|
||||
pagingData = Pager(
|
||||
config = PagingConfig(
|
||||
pageSize = 100,
|
||||
pageSize = 50,
|
||||
enablePlaceholders = false,
|
||||
)
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user