mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-24 17:20:59 +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 {
|
||||
static let debounceInterval: TimeInterval = 0.2
|
||||
static let debounceInterval: TimeInterval = 0.8
|
||||
}
|
||||
|
||||
private extension SearchScope {
|
||||
|
|
Loading…
Reference in a new issue