Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

fix: align defaults with filecoin #6

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

achingbrain
Copy link
Member

Filecoin uses a different set of defaults for importing files which will be more performant for file transfers so use them.

The increased maxChildrenPerNode means fewer levels in a DAG so the parallisation of DAG layer requests fetches more data and the increased chunk size means fewer siblings in a layer.

Raw leaves removes some extra bytes from the leaf nodes.

Filecoin uses a different set of defaults for importing files which
will be more performant for file transfers so use them.

The increased `maxChildrenPerNode` means fewer levels in a DAG so
the parallisation of DAG layer requests fetches more data and the
increased chunk size means fewer siblings in a layer.

Raw leaves removes some extra bytes from the leaf nodes.
@achingbrain achingbrain changed the title feat: align defaults with filecoin fix: align defaults with filecoin Mar 14, 2023
@achingbrain achingbrain merged commit a6bd198 into main Mar 14, 2023
@achingbrain achingbrain deleted the feat/align-defaults-with-filecoin branch March 14, 2023 10:35
github-actions bot pushed a commit that referenced this pull request Mar 14, 2023
## [1.0.5](v1.0.4...v1.0.5) (2023-03-14)

### Bug Fixes

* align defaults with filecoin ([#6](#6)) ([a6bd198](a6bd198))
@github-actions
Copy link

🎉 This PR is included in version 1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant