update IntervalTrigger

pull/702/head
Luke Pulverenti 9 years ago
parent 11d22aba5a
commit b0fffc9249

@ -58,7 +58,7 @@ namespace MediaBrowser.Common.ScheduledTasks
{ {
if (isApplicationStartup) if (isApplicationStartup)
{ {
triggerDate = DateTime.UtcNow.AddMinutes(5); triggerDate = DateTime.UtcNow.AddMinutes(2);
} }
else else
{ {

Loading…
Cancel
Save