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