mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-06 15:53:41 +01:00
Only update Indexers every 24 hours
This commit is contained in:
parent
cdf79b4170
commit
9944484658
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public void Handle(ApplicationStartedEvent message)
|
|||
new ScheduledTask { Interval = 6 * 60, TypeName = typeof(ApplicationCheckUpdateCommand).FullName },
|
||||
new ScheduledTask { Interval = 6 * 60, TypeName = typeof(CheckHealthCommand).FullName },
|
||||
new ScheduledTask { Interval = 24 * 60, TypeName = typeof(HousekeepingCommand).FullName },
|
||||
new ScheduledTask { Interval = 12 * 60, TypeName = typeof(IndexerDefinitionUpdateCommand).FullName },
|
||||
new ScheduledTask { Interval = 24 * 60, TypeName = typeof(IndexerDefinitionUpdateCommand).FullName },
|
||||
new ScheduledTask { Interval = 6 * 60, TypeName = typeof(ApplicationIndexerSyncCommand).FullName },
|
||||
|
||||
new ScheduledTask
|
||||
|
|
|
|||
Loading…
Reference in a new issue