mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve RSS priorities for refreshing feeds
This commit is contained in:
parent
d135a7fe6a
commit
0e590e53a6
1 changed files with 1 additions and 1 deletions
|
|
@ -105,6 +105,6 @@ export const queueRSSRefreshFeedJob = async (
|
|||
jobId: jobid,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true,
|
||||
lifo: options.priority == 'high',
|
||||
priority: options.priority == 'low' ? 10 : 100,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue