|
|
|
@ -157,9 +157,9 @@ namespace NzbDrone.Core.Jobs
|
|
|
|
|
rss.Interval = _configService.RssSyncInterval;
|
|
|
|
|
|
|
|
|
|
var backup = _scheduledTaskRepository.GetDefinition(typeof(BackupCommand));
|
|
|
|
|
backup.Interval = _configService.BackupInterval;
|
|
|
|
|
backup.Interval = GetBackupInterval();
|
|
|
|
|
|
|
|
|
|
_scheduledTaskRepository.UpdateMany(new List<ScheduledTask>{ rss, backup });
|
|
|
|
|
_scheduledTaskRepository.UpdateMany(new List<ScheduledTask> { rss, backup });
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|