Skip to content

Commit

Permalink
Merge pull request #72 from nextcloud/enh/index-all-the-time
Browse files Browse the repository at this point in the history
enh: Speed up indexing by indexing all the time
  • Loading branch information
marcelklehr authored Nov 8, 2024
2 parents 9855f7c + 37fbeff commit 575605b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJobs/IndexerJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(
) {
parent::__construct($time);
$this->setInterval($this->getMaxIndexingTime());
$this->setTimeSensitivity(self::TIME_INSENSITIVE);
$this->setTimeSensitivity(self::TIME_SENSITIVE);
}

/**
Expand Down

0 comments on commit 575605b

Please sign in to comment.