Browse Source

User search: reduce debounce to 250ms

feature/fga/small_timeline_improvements
Chris Smith 1 year ago
parent
commit
9bc67d88f3
  1. 2
      libraries/usersearch/impl/src/main/kotlin/io/element/android/libraries/usersearch/impl/MatrixUserRepository.kt

2
libraries/usersearch/impl/src/main/kotlin/io/element/android/libraries/usersearch/impl/MatrixUserRepository.kt

@ -58,7 +58,7 @@ class MatrixUserRepository @Inject constructor(
} }
companion object { companion object {
private const val DEBOUNCE_TIME_MILLIS = 500L private const val DEBOUNCE_TIME_MILLIS = 250L
private const val MINIMUM_SEARCH_LENGTH = 3 private const val MINIMUM_SEARCH_LENGTH = 3
} }
} }

Loading…
Cancel
Save