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

refactor: core/node/bitswap.go #8349

Merged
merged 1 commit into from
Aug 17, 2021
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Aug 17, 2021

This PR is against #8268 for easier review:

  • extracts bitswap init to separate file and defines implicit defaults as consts
  • fixes a typo where BitswapTaskWorkerCount was 128 (instead of 8 ) and BitswapEngineBlockstoreWorkerCount was 8 (instead of 128)

@lidel lidel requested a review from aschmahmann August 17, 2021 18:55
core/node/bitswap.go Outdated Show resolved Hide resolved
this extracts bitswap init to separate file and defines implicit
defaults as consts
@lidel lidel merged commit 37e430d into feat/bitswap-config Aug 17, 2021
@lidel lidel deleted the refactor/bitswap-config branch August 17, 2021 19:01
lidel added a commit that referenced this pull request Aug 17, 2021
- extracts bitswap init to separate file and defines implicit defaults as consts
- fixes a typo where BitswapTaskWorkerCount was 128 (instead of 8)
  and BitswapEngineBlockstoreWorkerCount was 8 (instead of 128)
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.

2 participants