mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove limit on the sync reading progress job
This commit is contained in:
parent
76081c1afb
commit
8c23cff17b
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ const setupCronJobs = async () => {
|
|||
priority: 1,
|
||||
repeat: {
|
||||
every: 60_000,
|
||||
limit: 100,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue