mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Set page size to 250
This commit is contained in:
parent
9d92128631
commit
aa736e2bfc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import org.matrix.android.sdk.internal.util.time.Clock
|
|||
import timber.log.Timber
|
||||
|
||||
private const val LOADING_PERIOD_IN_DAYS = 30
|
||||
private const val EVENTS_PAGE_SIZE = 200
|
||||
private const val EVENTS_PAGE_SIZE = 250
|
||||
|
||||
// TODO add unit tests
|
||||
internal class DefaultPollHistoryService @AssistedInject constructor(
|
||||
|
|
Loading…
Reference in a new issue