User search: reduce debounce to 250ms

This commit is contained in:
Chris Smith
2023-06-01 10:18:45 +01:00
parent f0a3981df5
commit a456becc6e

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
}
}