You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Orbit currently throws errors seemingly random. "error: socket hung up", "Error: ECONNRESET" are shown in the UI's console (devtools in Electron).
These are caused by "too many files open" error in go-ipfs. @whyrusleeping is a aware of the bug and will hopefully get it fixed for 0.4.5.
Current workaround is to run the go-ipfs daemon with
IPFS_FD_MAX
set to 4096, https://github.com/haadcode/orbit/blob/master/package.json#L27.The text was updated successfully, but these errors were encountered: