mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
give highest priority to save-page job for adding items by links
This commit is contained in:
parent
94dd4be659
commit
1332cda356
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const getPriority = (job: savePageJob): number => {
|
|||
return 100
|
||||
}
|
||||
|
||||
return 5
|
||||
return 1
|
||||
}
|
||||
|
||||
const getAttempts = (job: savePageJob): number => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue