From: Julius Härtl Date: Fri, 17 Dec 2021 07:34:35 +0000 (+0100) Subject: Increase debounce timeout to be more realistic with real typing behavior X-Git-Tag: v25.0.0beta1~546^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de7280114a501eb8568cf4c0a1c85d5561f76648;p=nextcloud-server.git Increase debounce timeout to be more realistic with real typing behavior Signed-off-by: Julius Härtl --- 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