remove limit on the sync reading progress job
This commit is contained in:
@ -123,7 +123,6 @@ const setupCronJobs = async () => {
|
||||
priority: 1,
|
||||
repeat: {
|
||||
every: 60_000,
|
||||
limit: 100,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user