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!: auto-shard based on node size #171

Merged
merged 6 commits into from
Feb 9, 2023

Commits on Sep 12, 2021

  1. feat: auto-shard based on node size

    js counterpart to ipfs/kubo#8114
    
    Changes the `shardSplitThreshold` parameter to mean the size of the
    final DAGNode (including link names, sizes, etc) instead of the
    number of entries in the directory.
    
    Fixes: #149
    
    BREAKING CHANGE: `shardSplitThreshold` now refers to node size, not number of entries
    achingbrain committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    3d235dc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    75c42bf View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    2f5ffc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db25e91 View commit details
    Browse the repository at this point in the history
  3. chore: add interop tests

    achingbrain committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1727073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    288910f View commit details
    Browse the repository at this point in the history