Merge pull request #3512 from omnivore-app/fix/sync-reading-progress-job

remove limit on the sync reading progress job
This commit is contained in:
Jackson Harper 2024-02-07 11:10:21 +08:00 committed by GitHub
commit 95ad56f0f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,6 @@ const setupCronJobs = async () => {
priority: 1,
repeat: {
every: 60_000,
limit: 100,
},
}
)