Timeline : set bigger initial load size

This commit is contained in:
ganfra 2019-07-16 17:48:32 +02:00
parent a8f06f609b
commit b7e0b400fb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import kotlin.collections.ArrayList
import kotlin.collections.HashMap


private const val INITIAL_LOAD_SIZE = 10
private const val INITIAL_LOAD_SIZE = 30
private const val MIN_FETCHING_COUNT = 30
private const val DISPLAY_INDEX_UNKNOWN = Int.MIN_VALUE