mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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