We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65885cb commit 5e80824Copy full SHA for 5e80824
app/composables/useGlobalSearch.ts
@@ -4,7 +4,7 @@ import { debounce } from 'perfect-debounce'
4
// Pages that have their own local filter using ?q
5
const pagesWithLocalFilter = new Set(['~username', 'org'])
6
7
-const SEARCH_DEBOUNCE_MS = 250
+const SEARCH_DEBOUNCE_MS = 100
8
9
export function useGlobalSearch(place: 'header' | 'content' = 'content') {
10
const { settings } = useSettings()
0 commit comments