[server]Update freq for metadatacron

This commit is contained in:
Neeraj Gupta 2024-03-11 12:03:32 +05:30 committed by Neeraj Gupta
parent 12903a3748
commit 6930aaf220

View file

@ -862,7 +862,7 @@ func setupAndStartCrons(userAuthRepo *repo.UserAuthRepository, publicCollectionR
embeddingCtrl.CleanupDeletedEmbeddings()
})
schedule(c, "@every 5m", func() {
schedule(c, "@every 10m", func() {
trashController.DropFileMetadataCron()
})