mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Code/repo search (#2582)
Indexed search of repository contents (for default branch only)
This commit is contained in:
@ -66,6 +66,7 @@ func GlobalInit() {
|
||||
// Booting long running goroutines.
|
||||
cron.NewContext()
|
||||
models.InitIssueIndexer()
|
||||
models.InitRepoIndexer()
|
||||
models.InitSyncMirrors()
|
||||
models.InitDeliverHooks()
|
||||
models.InitTestPullRequests()
|
||||
|
Reference in New Issue
Block a user