Commit c47cd13c authored by Lucas Molas's avatar Lucas Molas

unixfs: remove unused `ShardSplitThreshold` variable

License: MIT
Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
parent 7d531c00
...@@ -13,11 +13,6 @@ import ( ...@@ -13,11 +13,6 @@ import (
cid "gx/ipfs/QmapdYm1b22Frv3k17fqrBYTFRxwiaVJkB299Mfn33edeB/go-cid" cid "gx/ipfs/QmapdYm1b22Frv3k17fqrBYTFRxwiaVJkB299Mfn33edeB/go-cid"
) )
// ShardSplitThreshold specifies how large of an unsharded directory
// the Directory code will generate. Adding entries over this value will
// result in the node being restructured into a sharded object.
var ShardSplitThreshold = 1000
// UseHAMTSharding is a global flag that signifies whether or not to use the // UseHAMTSharding is a global flag that signifies whether or not to use the
// HAMT sharding scheme for directory creation // HAMT sharding scheme for directory creation
var UseHAMTSharding = false var UseHAMTSharding = false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment