Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve dag/import #9721

Merged
merged 2 commits into from
Mar 22, 2023
Merged

feat: improve dag/import #9721

merged 2 commits into from
Mar 22, 2023

Commits on Mar 14, 2023

  1. feat: improve dag/import

    - don't bypass the CoreApi
    - don't use a goroutine and return channel for `importWorker`, when what's happening is really just a synchronous call
    - only `PinLock()` when we are going to pin
    - use `cid.Set` instead of an explicit map
    - fail the request early if any pinning fail, no need to try to pin more if the request failed already
    MichaelMure committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2ec59ae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    4f30b4f View commit details
    Browse the repository at this point in the history