mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
export const SEARCH_CACHE_MAX_SIZE = 64
|
|
export const DEFAULT_PAGE_SIZE = 64
|
|
export const MIN_CHARS_FOR_SUGGESTIONS_ALGOLIA = 2
|