update IntervalTrigger
This commit is contained in:
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…
Reference in New Issue
Block a user