Skip to content

Commit

Permalink
Merge pull request #112 from pagemachine/partial-update-tsfe-setup
Browse files Browse the repository at this point in the history
Restore TSFE setup for partial updates
  • Loading branch information
mbrodala authored Mar 13, 2024
2 parents 3885320 + 0084737 commit 4e1b075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Indexer/Indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ public function run()
*/
public function runUpdate()
{
TsfeUtility::createTSFE($this->config['siteIdentifier'] ?? null, $this->language);

$bulkSize = ($this->config['bulkSize'] ?? null) ?: 20;

$counter = 0;
Expand Down

0 comments on commit 4e1b075

Please sign in to comment.