feat: add InitCleanupTokens() (#3903)

This commit is contained in:
Attack825
2025-06-26 09:31:59 +08:00
committed by GitHub
parent b36fb50239
commit bf9d55ff40
2 changed files with 87 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func main() {
object.InitUserManager()
object.InitFromFile()
object.InitCasvisorConfig()
object.InitCleanupTokens()
util.SafeGoroutine(func() { object.RunSyncUsersJob() })
util.SafeGoroutine(func() { controllers.InitCLIDownloader() })