This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
reduce size of ipfs.add
bundle and number of RPC requests.
#522
Comments
@slothbag I believe it only issues 2 requests, correct? We could skip the second one if this ipfs/kubo#4008 comes to happen. Now that #561 is happening, we will see a ton of bundle size reduction for |
daviddias
changed the title
ipfs.Add creates 3 RPC requests
reduce size of Jun 27, 2017
ipfs.add
bundle and number of RPC requests.
This was referenced Aug 17, 2017
Closed
Now that ipfs/kubo#4082 has been merged and released, we can finish this up. (and also that ipfsd-ctl was updated) Update: Actually, This -- ipfs/js-ipfsd-ctl#165 -- needs to happen before I can release a new version of ipfsd-ctl and test latest go-ipfs here with confidence :) |
Now that the Dragon is gone (once released) ipfs/js-ipfsd-ctl#165 (comment) I'll be able to PR for this issue in this issue :) |
daviddias
added a commit
that referenced
this issue
Sep 6, 2017
daviddias
added a commit
that referenced
this issue
Oct 18, 2017
daviddias
added a commit
that referenced
this issue
Oct 18, 2017
Released with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears the first request is to add the content, which we get a hash value returned. But then it makes two more requests to get the data and links back.
Is there are a way to disable the last 2 requests? I only need the hash.
Cheers
The text was updated successfully, but these errors were encountered: