Sfoglia il codice sorgente

bug fixed caused by #530 (#755)

tags/v1.1.0
Lunny Xiao 7 anni fa
parent
commit
2a80e5a81e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      routers/init.go

+ 1
- 1
routers/init.go Vedi File

@@ -37,7 +37,6 @@ func checkRunMode() {
func NewServices() {
setting.NewServices()
mailer.NewContext()
indexer.NewContext()
}

// GlobalInit is for global configuration reload-able.
@@ -61,6 +60,7 @@ func GlobalInit() {

// Booting long running goroutines.
cron.NewContext()
indexer.NewContext()
models.InitSyncMirrors()
models.InitDeliverHooks()
models.InitTestPullRequests()

Loading…
Annulla
Salva