mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	Add retry for migration http/https requests (#9019)
* Add retry for migration http/https requests * give the more suitable name for retry configuraion items * fix docs and lint * Only use retryDownloader when setting > 1
This commit is contained in:
		| @@ -1062,6 +1062,7 @@ func NewServices() { | ||||
| 	newRegisterMailService() | ||||
| 	newNotifyMailService() | ||||
| 	newWebhookService() | ||||
| 	newMigrationsService() | ||||
| 	newIndexerService() | ||||
| 	newTaskService() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user