(Translated by https://www.hiragana.jp/)
feat: add configuration for bitswap replace WantHave max size by gammazero · Pull Request #10512 · ipfs/kubo · GitHub
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gammazero
Copy link
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant