You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fileset currently stores blobs by content hash only. This can cause false positives for things that monitor last modification times because the actual files in the fileset are only hard links to files in the blob store. The fileset mechanism should intelligently copy files when necessary to support multiple files with the same contents in the blob store but with different mtimes.
The text was updated successfully, but these errors were encountered:
The fileset currently stores blobs by content hash only. This can cause false positives for things that monitor last modification times because the actual files in the fileset are only hard links to files in the blob store. The fileset mechanism should intelligently copy files when necessary to support multiple files with the same contents in the blob store but with different mtimes.
The text was updated successfully, but these errors were encountered: