X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45f10d80d1b584808a6e375214b5be6bc7d2a730..d9b71fc2f2aa903a57a7ee083e5e92432f517bb7:/services/fuse/arvados_fuse/fresh.py?ds=sidebyside diff --git a/services/fuse/arvados_fuse/fresh.py b/services/fuse/arvados_fuse/fresh.py index ec2d47a269..2075741dbd 100644 --- a/services/fuse/arvados_fuse/fresh.py +++ b/services/fuse/arvados_fuse/fresh.py @@ -67,6 +67,8 @@ class FreshBase(object): self.cache_priority = None self.cache_size = 0 self.cache_uuid = None + self.allow_attr_cache = True + self.allow_dirent_cache = True # Mark the value as stale def invalidate(self):