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

pin: follow async pinner changes #9859

Merged
merged 3 commits into from
Jun 2, 2023
Merged

Commits on May 5, 2023

  1. pin: follow async pinner changes

    See ipfs/boxo#290
    
    This PR follow the changes in the Pinner to make listing recursive and direct pins asynchronous, which in turns allow pin/ls to build and emit results without having to wait anything, or accumulate too much in memory.
    
    Note: there is a tradeoff for pin/ls?type=all:
    - keep the recursive pins in memory (which I chose)
    - ask the pinner twice for the recursive pins, and limit memory usage
    
    Also, follow the changes in the GC with similar benefit of not having to wait the full pin list. Add a test.
    Also, follow the changes in pin.Verify.
    MichaelMure committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a197125 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    9b63ab6 View commit details
    Browse the repository at this point in the history
  2. pinning: fix pin listings

    Jorropo committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a2c66ab View commit details
    Browse the repository at this point in the history