mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
update timeout to 1s
This commit is contained in:
@@ -146,7 +146,7 @@ export const SearchResults = React.forwardRef(function SearchResults(
|
||||
type: 'search_type_query',
|
||||
query,
|
||||
});
|
||||
}, 500);
|
||||
}, 1000);
|
||||
|
||||
return () => {
|
||||
cancelled = true;
|
||||
|
||||
Reference in New Issue
Block a user