User search: reduce debounce to 250ms
This commit is contained in:
parent
a5849ca0bc
commit
9bc67d88f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue