diff --git a/app/src/@core/components/Spotlight/index.tsx b/app/src/@core/components/Spotlight/index.tsx index 56a890ad..933c7636 100644 --- a/app/src/@core/components/Spotlight/index.tsx +++ b/app/src/@core/components/Spotlight/index.tsx @@ -32,7 +32,7 @@ export const Spotlight = () => { const theme = useTheme(); const device = useDeviceType(); const [input, setInput] = useState(''); - const debouncedInput = useDebounce(input, 250); + const debouncedInput = useDebounce(input, 50); const [search, searchResult] = useLazyQuery(GET_SPOTLIGHT); const size = (searchResult.data?.getSpotlight.userPreviews.length ?? 0) +