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.
2 parents f44509b + 89ce7df commit 5360708Copy full SHA for 5360708
src/components/Operations.tsx
@@ -23,7 +23,7 @@ export const Operations: ComponentType = withSuspensable(() => {
23
orderBy: 'hot',
24
})
25
const debouncedSetQueryParams = useMemo(
26
- () => debounce(setQueryParams, 250),
+ () => debounce(setQueryParams, 500),
27
[],
28
)
29
const [authState] = useAtom(authAtom)
0 commit comments