diff --git a/packages/gitbook/src/components/Search/SearchResults.tsx b/packages/gitbook/src/components/Search/SearchResults.tsx index 0a697669a..508aa239f 100644 --- a/packages/gitbook/src/components/Search/SearchResults.tsx +++ b/packages/gitbook/src/components/Search/SearchResults.tsx @@ -146,7 +146,7 @@ export const SearchResults = React.forwardRef(function SearchResults( type: 'search_type_query', query, }); - }, 500); + }, 1000); return () => { cancelled = true;