matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
248 stars 79 forks source link

If a cache file is removed, it won't re-download it until remounted #9

Closed trainingday01 closed 10 years ago

trainingday01 commented 10 years ago

Reproduce:

It will try to find the file in cache and fail always, not creating it again.

Is this intended? Thank you.

matteoserva commented 10 years ago

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.