TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

Check metadata by default, and actually hash if metadata changes #47

Closed TheDiscordian closed 2 years ago

TheDiscordian commented 3 years ago

This should be a massive performance increase for default settings. There's no good reason not to do it this way as the Stat for NoHash should be practically free AFAIK.

petronny commented 1 year ago

Please create a new release like v0.7.1 to include this fix.