Scheduling fixes

This commit is contained in:
2026-03-07 16:24:29 +01:00
parent 6ba5df6be9
commit fb539d6a32
2 changed files with 8 additions and 3 deletions
@@ -69,7 +69,7 @@ public class RecordingSchedulerTask : IScheduledTask
new TaskTriggerInfo
{
Type = TaskTriggerInfo.TriggerInterval,
IntervalTicks = TimeSpan.FromMinutes(2).Ticks
IntervalTicks = TimeSpan.FromSeconds(30).Ticks
}
};
}