From 9fb3ef6f6d0d7fff6d9aa59a0dc2407ad8e4eb3f Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 12 Jul 2025 13:06:46 +0000 Subject: fix: Prioritize crawling user added links over bulk imports. fixes #1717 --- apps/web/components/settings/ImportExport.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/web/components/settings') diff --git a/apps/web/components/settings/ImportExport.tsx b/apps/web/components/settings/ImportExport.tsx index e859f8c2..94703876 100644 --- a/apps/web/components/settings/ImportExport.tsx +++ b/apps/web/components/settings/ImportExport.tsx @@ -131,6 +131,8 @@ export function ImportExportRow() { throw new Error("Content is undefined"); } const created = await createBookmark({ + // This is important to avoid blocking the crawling of more important bookmarks + crawlPriority: "low", title: bookmark.title, createdAt: bookmark.addDate ? new Date(bookmark.addDate * 1000) -- cgit v1.2.3-70-g09d2