ipfs name publish sometimes hangs indefinitely
Open
kind/bug
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
#### Version information:
Affected version: 0.4.23
#### Description:
On a server and with the flag `--allow-offline` the publishing of names can hang in rare instances indefinitely. I discovered that it's hanging one day later. My script does 3 ipfs names publishes directly one after another, and the first one was still running 26 hours after start.
I fixed this issue by setting a timeout of 3 minutes.
I think there should be a timeout - like 10 minutes or so by default for this command, to avoid that this happens.
Contributor guide
Assessment
This issue has not been assessed yet.