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

Increasing order or depth of tree? #10

Open
jeredfloyd opened this issue Jan 28, 2019 · 2 comments
Open

Increasing order or depth of tree? #10

jeredfloyd opened this issue Jan 28, 2019 · 2 comments

Comments

@jeredfloyd
Copy link

I would like to increase the tree size so that I can achieve a smaller block size on a 1 TiB transfer. Before I simply do so (and add a command line option), are there any specific challenges of which I should be aware? An 8x increase in number of blocks would be sufficient to meet my needs.

@jeredfloyd
Copy link
Author

Specifically, would there be a concern to making the value at sync.go:206 (1048576) parameterized as something like maxBlocks? This wouldn't increase the depth, but would increase order beyond the current max of 7. Obviously this would proportionally increase the memory requirements for the Merkle tree.

@dop251
Copy link
Owner

dop251 commented Jan 28, 2019

Should be fine

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

No branches or pull requests

2 participants