diff --git a/ui/component/wunderbarSuggestions/view.jsx b/ui/component/wunderbarSuggestions/view.jsx index 61a92d6b6..1e76e99fb 100644 --- a/ui/component/wunderbarSuggestions/view.jsx +++ b/ui/component/wunderbarSuggestions/view.jsx @@ -31,7 +31,7 @@ const TAG_SEARCH_PREFIX = 'tag:'; const L_KEY_CODE = 76; const ESC_KEY_CODE = 27; -const WUNDERBAR_INPUT_DEBOUNCE_MS = 500; +const WUNDERBAR_INPUT_DEBOUNCE_MS = 1000; const LIGHTHOUSE_MIN_CHARACTERS = 3; type Props = {