update IntervalTrigger

This commit is contained in:
Luke Pulverenti 2015-09-20 11:30:26 -04:00
parent 11d22aba5a
commit b0fffc9249
1 changed files with 1 additions and 1 deletions

View File

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