We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c8d19 commit c7a4ad1Copy full SHA for c7a4ad1
2 files changed
components/SearchBar.tsx
@@ -8,7 +8,7 @@ type Props = {
8
placeholder?: string;
9
};
10
11
-const DEBOUNCE_MS = 200;
+const DEBOUNCE_MS = 350;
12
13
export function SearchBar({ placeholder = "Search repos by owner/name" }: Props) {
14
const router = useRouter();
data/rank.db-shm
0 Bytes
0 commit comments