> <@aschmahmann:matrix.org> RubenKelevra: > > > I mean, I've added my --timeout 3m to be a maximum limit, not to raise the too low standard limit. > > You could not have raised the lower limit. > > Did you ran into an issue where you used `ipfs name publish bafyxyz --timeout 3m` and it ran for 17 hours? That's quite bizarre. What happened afterwards did it finish, or did you just restart the process? Any other context you can give like if go-ipfs using a lot of CPU, memory, file descriptors, etc. at the time? That's what I remember: I haven't had any protection around other return values than 0 from the `ipfs name publish`. I thought it would try a while to publish and otherwise just write it to the database and try later again (because of `--allow-offline`) It worked for some weeks and the hung up (I ran the code with debug mode of the shell and looked at the output to see where it had itself hung up. Maybe it's also interesting where I have got the CID from: I`m running `ipfs files stat --hash /foldername`