Skip to content

Commit

Permalink
Export
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 18, 2023
1 parent 3bb4fdf commit 904a42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/export-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function ExportStatus() {
title: "Exporting transactions.",
variant: "progress",
description: "Please do not close browser until completed",
duration: Infinity,
duration: 8000,
progress: 0,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/src/transactions/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ client.defineJob({
}),
{
onConflict: "internal_id",
ignoreDuplicates: false,
ignoreDuplicates: true,
}
)
.select();
Expand Down

0 comments on commit 904a42d

Please sign in to comment.