Skip to content

Commit 5614be9

Browse files
committed
Reduce set timeout timing
1 parent c4e204f commit 5614be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/question-service/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export default function Home() {
173173
const timeout = setTimeout(() => {
174174
setDelayedSearch(search);
175175
setCurrentPage(1); // Reset the current page
176-
}, 800);
176+
}, 500);
177177
return () => clearTimeout(timeout);
178178
}, [search]);
179179

0 commit comments

Comments
 (0)