mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
unixfs: remove unused ShardSplitThreshold variable
License: MIT Signed-off-by: Lucas Molas <schomatis@gmail.com>
This commit is contained in:
parent
7d531c00ac
commit
c47cd13c0b
@ -13,11 +13,6 @@ import (
|
||||
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
|
||||
// HAMT sharding scheme for directory creation
|
||||
var UseHAMTSharding = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user