Skip to content
Snippets Groups Projects
Commit 1bb1504d authored by Robin Appelman's avatar Robin Appelman
Browse files

Improve comment

parent db3f0cee
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,8 @@ class Storage extends DAV implements ISharedStorage {
* @return bool
*/
public function hasUpdated($path, $time) {
// since we check updates for the entire storage at once, we only need to check once per request
// since for owncloud webdav servers we can rely on etag propagation we only need to check the root of the storage
// because of that we only do one check for the entire storage per request
if ($this->updateChecked) {
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment