remove limit on the sync reading progress job

This commit is contained in:
Hongbo Wu
2024-02-07 11:09:30 +08:00
parent 76081c1afb
commit 8c23cff17b

View File

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