From 8516dfcb6cb008f286ec84bed4243928acb94844 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 30 Aug 2016 16:18:33 -0700 Subject: #2018 able to sync now for mirrors - Refactor code to use sync.UniqueQueue - Closes #3509 --- routers/install.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/install.go') diff --git a/routers/install.go b/routers/install.go index 9ab0a45968..00171faa5f 100644 --- a/routers/install.go +++ b/routers/install.go @@ -75,6 +75,7 @@ func GlobalInit() { // Booting long running goroutines. cron.NewContext() + models.InitSyncMirrors() models.InitDeliverHooks() models.InitTestPullRequests() log.NewGitLogger(path.Join(setting.LogRootPath, "http.log")) -- cgit v1.2.3