update timeout to 1s

This commit is contained in:
Claire Chabas
2025-01-10 20:04:33 +01:00
parent 8401b1362f
commit 848aaa808f
@@ -146,7 +146,7 @@ export const SearchResults = React.forwardRef(function SearchResults(
type: 'search_type_query',
query,
});
}, 500);
}, 1000);
return () => {
cancelled = true;