[server] Increase cron freq

This commit is contained in:
Neeraj Gupta 2025-02-10 15:21:31 +05:30
parent b0966e0cca
commit 7509abd1a9

View File

@ -943,7 +943,7 @@ func setupAndStartCrons(userAuthRepo *repo.UserAuthRepository, publicCollectionR
}
})
schedule(c, "@every 10m", func() {
schedule(c, "@every 8m", func() {
fileController.CleanupDeletedFiles()
})
schedule(c, "@every 101s", func() {