Increase delay on save page retry

This commit is contained in:
Jackson Harper
2024-02-06 12:41:11 +08:00
parent f0103d4da5
commit 9a342f273c

View File

@ -50,7 +50,7 @@ const getOpts = (job: savePageJob): BulkJobOptions => {
priority: getPriority(job),
backoff: {
type: 'exponential',
delay: 1000,
delay: 2000,
},
}
}