aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings/ImportExport.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/settings/ImportExport.tsx')
-rw-r--r--apps/web/components/settings/ImportExport.tsx2
1 files changed, 2 insertions, 0 deletions
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)