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
94 stars 14 forks source link

Error adding file: context deadline exceeded #66

Closed petronny closed 1 year ago

petronny commented 1 year ago

Hi, thank you for bring us this awesome tool.

During the first run, first I notice that it's slower than directly add all files with ipfs add -r. And after about 2 hours, I'm getting context deadline exceeded for every following files.

Is there any fix for this?

petronny commented 1 year ago

Restarting ipfs daemon solves the issue.