]> source.dussan.org Git - nextcloud-server.git/commit
Do not expire chunks while checking for their existence
authorVincent Petry <pvince81@owncloud.com>
Thu, 3 Apr 2014 19:12:35 +0000 (21:12 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 3 Apr 2014 19:12:35 +0000 (21:12 +0200)
commitab56f694160f58f075069560953cba86cdfe5aec
treea7668e06dd2534a426d58a8716163aac229aa481
parente2969062ca172b46713653ac243bb849a54ca7d7
Do not expire chunks while checking for their existence

The expiration should be done by the gc() function on login, not while
isComplete() is calling hasKey() for every chunk.
lib/private/cache/file.php