Skip to content

Commit 89ce7df

Browse files
committed
查找作业防抖时间延长
1 parent f44509b commit 89ce7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Operations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Operations: ComponentType = withSuspensable(() => {
2323
orderBy: 'hot',
2424
})
2525
const debouncedSetQueryParams = useMemo(
26-
() => debounce(setQueryParams, 250),
26+
() => debounce(setQueryParams, 500),
2727
[],
2828
)
2929
const [authState] = useAtom(authAtom)

0 commit comments

Comments
 (0)