diff options
Diffstat (limited to 'routers/init.go')
-rw-r--r-- | routers/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/init.go b/routers/init.go index 8cfbe39ee5..d0d455ea57 100644 --- a/routers/init.go +++ b/routers/init.go @@ -66,6 +66,7 @@ func GlobalInit() { // Booting long running goroutines. cron.NewContext() models.InitIssueIndexer() + models.InitRepoIndexer() models.InitSyncMirrors() models.InitDeliverHooks() models.InitTestPullRequests() |