mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Adjust priorities
This commit is contained in:
parent
84375b7c36
commit
02818d94a2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,6 +112,6 @@ export const queueRSSRefreshFeedJob = async (
|
|||
jobId: jobid,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true,
|
||||
priority: options.priority == 'low' ? 10 : 100,
|
||||
priority: options.priority == 'low' ? 10 : 50,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue