fix: copypasta

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/50418/head
Marcel Klehr 2025-01-23 11:41:39 +07:00 committed by Andy Scherzinger
parent 69bd525223
commit 5b44411256
1 changed files with 1 additions and 1 deletions

@ -101,7 +101,7 @@ class Manager implements IManager {
) {
$this->appData = $appDataFactory->get('core');
$this->cache = $cacheFactory->createLocal('task_processing::');
$this->cache = $cacheFactory->createDistributed('task_processing::');
$this->distributedCache = $cacheFactory->createDistributed('task_processing::');
}