update bitrate filter

This commit is contained in:
Luke Pulverenti
2016-12-23 03:50:32 -05:00
parent 02f749c654
commit 5833aedb15
5 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
new TaskTriggerInfo
{
Type = TaskTriggerInfo.TriggerDaily,
TimeOfDayTicks = TimeSpan.FromHours(1).Ticks,
TimeOfDayTicks = TimeSpan.FromHours(2).Ticks,
MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(4).TotalMilliseconds)
}
};