mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-17 22:45:13 +00:00
Increase Search Debounce to 800ms (#109)
This commit is contained in:
parent
b1ae3fef54
commit
a1b7357312
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class SearchViewModel: CollectionItemsViewModel {
|
||||||
}
|
}
|
||||||
|
|
||||||
private extension SearchViewModel {
|
private extension SearchViewModel {
|
||||||
static let debounceInterval: TimeInterval = 0.2
|
static let debounceInterval: TimeInterval = 0.8
|
||||||
}
|
}
|
||||||
|
|
||||||
private extension SearchScope {
|
private extension SearchScope {
|
||||||
|
|
Loading…
Reference in a new issue