diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 6f5745125a8..155f718a9d7 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -483,7 +483,7 @@ export default { }, onInputDebounced: debounce(function(e) { this.onInput(e) - }, 200), + }, 500), /** * Load more results for the provided type |