mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase delay on save page retry
This commit is contained in:
parent
f0103d4da5
commit
9a342f273c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const getOpts = (job: savePageJob): BulkJobOptions => {
|
|||
priority: getPriority(job),
|
||||
backoff: {
|
||||
type: 'exponential',
|
||||
delay: 1000,
|
||||
delay: 2000,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue