User search: reduce debounce to 250ms

This commit is contained in:
Chris Smith 2023-06-01 10:18:45 +01:00
parent a5849ca0bc
commit 9bc67d88f3

View file

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