mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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