mirror fix

This commit is contained in:
Unknwon 2014-11-30 18:35:05 -05:00
parent 5338808600
commit 9558999698
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import (
var c = New()
func NewCronContext() {
models.GitFsck()
c.AddFunc("Update mirrors", "@every 1h", models.MirrorUpdate)
c.AddFunc("Deliver hooks", fmt.Sprintf("@every %dm", setting.WebhookTaskInterval), models.DeliverHooks)
c.AddFunc("Repository health check", "@every 1h", models.GitFsck)