mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
perf: Increase cache TTL for mount point conflict cache
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
c23e4b34be
commit
aa36c72e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class SharedMount extends MountPoint implements MoveableMount, ISharedMountPoint
|
|||
$this->updateFileTarget($newMountPoint, $share);
|
||||
}
|
||||
|
||||
$this->cache->set($cacheKey, $newMountPoint, 60 * 60);
|
||||
$this->cache->set($cacheKey, $newMountPoint, 2 * 24 * 60 * 60);
|
||||
|
||||
return $newMountPoint;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue