From ad98bcb87cb444d7a1a1eecacc434b23299cd2d0 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Mon, 17 Mar 2025 07:38:08 -0700 Subject: [PATCH] [Manager] Fix registry search results flashing screen (#3092) --- src/composables/useRegistrySearch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useRegistrySearch.ts b/src/composables/useRegistrySearch.ts index 0ee30cc22..f616d2812 100644 --- a/src/composables/useRegistrySearch.ts +++ b/src/composables/useRegistrySearch.ts @@ -10,7 +10,7 @@ import { import type { NodesIndexSuggestion } from '@/services/algoliaSearchService' import { PackField } from '@/types/comfyManagerTypes' -const SEARCH_DEBOUNCE_TIME = 16 +const SEARCH_DEBOUNCE_TIME = 256 const DEFAULT_PAGE_SIZE = 64 /**