Always detect remote changes for fed sharing

This is even more important now that filesystem_check_changes is 0 by
default.
This commit is contained in:
Vincent Petry 2015-08-21 15:32:53 +02:00
parent 510010e774
commit d658d8dd4e

View file

@ -88,6 +88,8 @@ class Storage extends DAV implements ISharedStorage {
'user' => $options['token'],
'password' => (string)$options['password']
));
$this->getWatcher()->setPolicy(\OC\Files\Cache\Watcher::CHECK_ONCE);
}
public function getRemoteUser() {