Skip to content

Commit

Permalink
Reduce interval of unscanned tag scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanCoding committed May 14, 2024
1 parent d170341 commit ab09b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJobs/TagUnscannedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(ITimeFactory $time, IConfig $appConfig, TagService $
$this->appConfig = $appConfig;
$this->tagService = $tagService;

$this->setInterval(5 * 60);
$this->setInterval(60);
$this->setAllowParallelRuns(false);
$this->setTimeSensitivity(self::TIME_SENSITIVE);
}
Expand Down

0 comments on commit ab09b58

Please sign in to comment.