mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 12:10:17 -05:00
update IntervalTrigger
This commit is contained in:
parent
11d22aba5a
commit
b0fffc9249
@ -58,7 +58,7 @@ namespace MediaBrowser.Common.ScheduledTasks
|
||||
{
|
||||
if (isApplicationStartup)
|
||||
{
|
||||
triggerDate = DateTime.UtcNow.AddMinutes(5);
|
||||
triggerDate = DateTime.UtcNow.AddMinutes(2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user