nextcloud/lib/private/files/cache
Vincent Petry 35ab770b11 Close cursor early in calculateFolderSize
This method triggers additional queries in $this->update() so to avoid
potential database locks or delays, we close the cursor as soon as it is not needed any more
2014-11-28 09:35:31 +01:00
..
wrapper Fix cache jail to not duplicate slashes 2015-01-09 10:18:32 +01:00
cache.php Close cursor early in calculateFolderSize 2014-11-28 09:35:31 +01:00
changepropagator.php Refactor Cache\Updater to work outside of the users home 2014-09-05 11:53:23 +02:00
homecache.php Close cursor early in calculateFolderSize 2014-11-28 09:35:31 +01:00
scanner.php drop dead code - ref #13301 2015-01-13 13:52:25 +01:00
storage.php Retrieve storage numeric id earlier when still available 2014-10-13 15:52:48 +02:00
updater.php Also propagate etag changes when the watcher finds a changed file 2014-11-07 12:56:09 +01:00
watcher.php Pass the cached data to the filesystem watcher 2014-10-24 12:32:55 +02:00