mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix: copypasta
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
c489d7d8a5
commit
c1db2eb0a9
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::');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue