github.com/cs3org/reva/v2@v2.27.7/changelog/2.15.0_2023-07-17/do-not-invalidate-filemetdadata-cache-early.md (about) 1 Enhancement: Do not invalidate filemetadata cache early 2 3 We can postpone overwriting the cache until the metadata has ben written to disk. This prevents other requests trying to read metadata from having to wait for a readlock for the metadata file. 4 5 https://github.com/cs3org/reva/pull/4049