You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	upped updated interval to 60 minutes from 5 minutes.
This commit is contained in:
		| @@ -43,7 +43,7 @@ namespace NzbDrone.Core.Jobs | ||||
|                     new ScheduledTask{ Interval = 12*60, TypeName = typeof(UpdateXemMappingsCommand).FullName}, | ||||
|                     new ScheduledTask{ Interval = 12*60, TypeName = typeof(RefreshSeriesCommand).FullName}, | ||||
|                     new ScheduledTask{ Interval = 1, TypeName = typeof(DownloadedEpisodesScanCommand).FullName}, | ||||
|                     new ScheduledTask{ Interval = 5, TypeName = typeof(ApplicationUpdateCommand).FullName}, | ||||
|                     new ScheduledTask{ Interval = 60, TypeName = typeof(ApplicationUpdateCommand).FullName}, | ||||
|                     new ScheduledTask{ Interval = 1*60, TypeName = typeof(TrimLogCommand).FullName} | ||||
|                 }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user