Option to activate or deactivate the background fetching

This commit is contained in:
Michael 2022-08-01 06:59:20 +00:00
parent f7ec8d5b8e
commit 81b244f91e
2 changed files with 7 additions and 3 deletions

View file

@ -340,7 +340,7 @@ class Processor
}
}
if ($fetch_by_worker) {
if ($fetch_by_worker && DI::config()->get('system', 'fetch_by_worker')) {
Logger::notice('Fetching is done by worker.', ['parent' => $activity['reply-to-id'], 'recursion-depth' => $recursion_depth]);
$activity['recursion-depth'] = 0;
if (!Fetch::hasWorker($activity['reply-to-id'])) {