aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/lib/hooks')
-rw-r--r--apps/web/lib/hooks/bookmark-search.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/lib/hooks/bookmark-search.ts b/apps/web/lib/hooks/bookmark-search.ts
index 1971e79e..8514deb6 100644
--- a/apps/web/lib/hooks/bookmark-search.ts
+++ b/apps/web/lib/hooks/bookmark-search.ts
@@ -34,7 +34,7 @@ export function useDoBookmarkSearch() {
}
const id = setTimeout(() => {
doSearch(val);
- }, 200);
+ }, 10);
setTimeoutId(id);
};