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: add configuration for bitswap replace WantHave max size #10512

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2024

  1. Add configuration for bitswap replace WantHave max size

    Allow conguration of the bitswap server's replace WantHave with WantBlock maximum block size using the `Internal.Bitswap.ReplaceHasWithBlockMaxSize` config item. This sets the maximum size of a block in bytes up to which we will replace a want-have with a want-block. Setting a size of 0 disables this replacement and means that block sizes are not read for WantHave requests.
    gammazero committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2bb6ef7 View commit details
    Browse the repository at this point in the history
  2. mod tidy

    gammazero committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5228779 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    905e6a4 View commit details
    Browse the repository at this point in the history
  2. mod tidy

    gammazero committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9cbaf2a View commit details
    Browse the repository at this point in the history