lower the loaded messages count to 50

This commit is contained in:
tibbi 2022-06-02 23:15:17 +02:00
parent 26e0f15bae
commit 7e60d25a07
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const val FILE_SIZE_600_KB = 614_400L
const val FILE_SIZE_1_MB = 1_048_576L
const val FILE_SIZE_2_MB = 2_097_152L
const val MESSAGES_LIMIT = 100
const val MESSAGES_LIMIT = 50
fun refreshMessages() {
EventBus.getDefault().post(Events.RefreshMessages())