Doloops / mcachefs

mcachefs : Simple filesystem-based file cache based on fuse
64 stars 15 forks source link

simple file size check to quickly find cache inconsistencies (issue #14) #15

Closed hradec closed 5 years ago

hradec commented 5 years ago

this forces mcachefs to re-download cached files that differs in size with the backend. Should partially fix issue #14 (not comparing mtime/ctime yet)

hradec commented 5 years ago

hold on this one for a moment... I think this introduces a metadata mutex deadlock. I'm investigating and will update this pull request when I have more info! cheers...