fix: copypasta

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-01-23 11:41:39 +01:00
parent c489d7d8a5
commit c1db2eb0a9

View file

@ -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::');
}