-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Description
When a file is added twice in quick succession, blocks are queued up to be provided twice.
ipfs add large_file # provides to network
ipfs add large_file # provides to network again (even if previous keys are still in the queue)
It may make sense to allow re-providing if the RPCs have already gone out. Doesn't make sense at all when the blocks are still waiting to go out the first time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature