Closed shabbyrobe closed 1 year ago
SonarCloud Quality Gate failed.
0 Bugs
0 Vulnerabilities
0 Security Hotspots
2 Code Smells
No Coverage information
3.4% Duplication
Thanks for the review, @johannesboyne! I'll try to whip up another PR with that flag to do the el-cheapo fast hashing this week.
Hallo! I found a bunch of bugs and usability headaches with the filesystem backend while trying to stitch something in to a dockerised dev env setup:
The single bucket backend is hashing the files on every stat, which will be abusively slow if you're using big files. I wonder if it's ok to add an option that lets you say "if there's no metadata, a hash of the size and mtime is sufficient"? I wouldn't want that to be the default but opt-in could be useful.