Public gateway slow to open uploads made via embedded js-ipfs node #490
Labels
help wanted
Seeking public contribution on this issue
kind/discussion
Topical discussion; usually not changes to codebase
P1
High: Likely tackled by core team if no one steps up
status/blocked/upstream-bug
Blocked by upstream bugs
Background
In the past, "quick uploads" via js-ipfs were near-instant because default bootstrap nodes were also the same nodes that provide public gateway.
In recent weeks this changed, and it looks that we are experiencing consequences of separating bootstrap nodes from the gateway function: upload ends with long wait for gateway.
Upstream issue: JS-IPFS now incompatible with ipfs.io gateway ipfs/js-ipfs#1380
How To Replicate
Current Behavior
Step 4 takes forever. It is not slow. It just stopped working.
Expected Behavior
Step 4 takes a few seconds max, like it did in the past.
Possible Mitigations
Circuit Relaying
Currently a Relay will only work if it already has a connection to the STOP node
ConnMgr
.My understanding is that to improve things, we would have to:
Questions:
The text was updated successfully, but these errors were encountered: