aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/OCS
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/OCS')
-rw-r--r--lib/private/OCS/DiscoveryService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/OCS/DiscoveryService.php b/lib/private/OCS/DiscoveryService.php
index e547747da25..4425947c55d 100644
--- a/lib/private/OCS/DiscoveryService.php
+++ b/lib/private/OCS/DiscoveryService.php
@@ -46,7 +46,7 @@ class DiscoveryService implements IDiscoveryService {
public function __construct(ICacheFactory $cacheFactory,
IClientService $clientService
) {
- $this->cache = $cacheFactory->create('ocs-discovery');
+ $this->cache = $cacheFactory->createDistributed('ocs-discovery');
$this->client = $clientService->newClient();
}