If a cache file is removed, it won't re-download it until remounted
Closed this issue · 1 comments
trainingday01 commented
Reproduce:
- Upload files to MEGA (this will create the cache files in /tmp)
- Prune /tmp folder
- Try to download something you uploaded
It will try to find the file in cache and fail always, not creating it again.
Is this intended?
Thank you.
matteoserva commented
This is the intended behavior.
MegaFuse has to manage the case itself. I already implemented the cache pruning mechanism but it is not enabled yet.