Increase Search Debounce to 800ms (#109)

This commit is contained in:
Marcus Kida 2022-11-08 00:49:26 +01:00 committed by GitHub
parent b1ae3fef54
commit a1b7357312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {