Keep our IPFS nodes connected to each other #44
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dev and andromeda keep disconnecting from each other, both after initial startup (they're in the list of bootstrap nodes for each other) and after manual connect
Keep our IPFS connected to each otherto Keep our IPFS nodes connected to each otherAfter seeing an error in the ipfs-cluster logs on dev (
IPFS unsuccessful: 500: open /home/ipfs/.ipfs/datastore: too many open files
), I have raised the maximum number of open files (manually for now) by adding ``LimitNOFILE=64000` to the systemd unit for dev and andromeda, this appears to have fixed the issue. dev and andromeda have been in each other's swarm peers for almost an hour nowHooray! Good catch.
Confirmed to be solved by checking a new contribution on kredits-web just now.