bug fixed caused by #530 (#755)

pull/704/head
Lunny Xiao 7 years ago committed by GitHub
parent 634ac9c5af
commit 2a80e5a81e
  1. 2
      routers/init.go

@ -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…
Cancel
Save