diff --git a/lib/BackgroundJobs/IndexerJob.php b/lib/BackgroundJobs/IndexerJob.php index dcf5a5c..16e892c 100644 --- a/lib/BackgroundJobs/IndexerJob.php +++ b/lib/BackgroundJobs/IndexerJob.php @@ -47,7 +47,7 @@ public function __construct( ) { parent::__construct($time); $this->setInterval($this->getMaxIndexingTime()); - $this->setTimeSensitivity(self::TIME_INSENSITIVE); + $this->setTimeSensitivity(self::TIME_SENSITIVE); } /**