Skip to content

de-duplicate blockservice providing #609

@btc

Description

@btc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementA net-new feature or improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions