Commit 9a0c7d0a authored by tavit ohanian's avatar tavit ohanian

define missing UseHAMTSharding

parent b2640422
...@@ -25,6 +25,9 @@ var log = logging.Logger("unixfs") ...@@ -25,6 +25,9 @@ var log = logging.Logger("unixfs")
// ProtoNode doesn't use the Data field so this estimate is pretty accurate). // ProtoNode doesn't use the Data field so this estimate is pretty accurate).
var HAMTShardingSize = 0 var HAMTShardingSize = 0
// temporary until upstream decides where to hold this
var UseHAMTSharding = true
// DefaultShardWidth is the default value used for hamt sharding width. // DefaultShardWidth is the default value used for hamt sharding width.
var DefaultShardWidth = 256 var DefaultShardWidth = 256
......
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