Skip to content

Commit

Permalink
Increase delay on save page retry
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Feb 6, 2024
1 parent f0103d4 commit 9a342f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/content-fetch/src/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const getOpts = (job: savePageJob): BulkJobOptions => {
priority: getPriority(job),
backoff: {
type: 'exponential',
delay: 1000,
delay: 2000,
},
}
}
Expand Down

0 comments on commit 9a342f2

Please sign in to comment.