[Manager] Fix registry search results flashing screen (#3092)

This commit is contained in:
Christian Byrne
2025-03-17 07:38:08 -07:00
committed by GitHub
parent 652ea15e8b
commit ad98bcb87c

View File

@@ -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
/**