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 was archived by the owner on Nov 9, 2022. It is now read-only.
To ensure that chunk data is seeded onto the network reliably and not lost in the case of node failure, the gateway should send a single /chunk request to multiple peer nodes.
I mentioned this in #8 but I wasn't too clear on it.
On a smaller note, sending a POST to https://gateway.amplify.host/chunk yields a Request type not found response so chunk seeding actually isn't possible atm. :)
To ensure that chunk data is seeded onto the network reliably and not lost in the case of node failure, the gateway should send a single
/chunkrequest to multiple peer nodes.I mentioned this in #8 but I wasn't too clear on it.
On a smaller note, sending a POST to
https://gateway.amplify.host/chunkyields aRequest type not foundresponse so chunk seeding actually isn't possible atm. :)