Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 28b50af

Browse files
pgtedaviddias
authored andcommitted
docs: fixing number of bits in HAMT by default (#176)
1 parent 16b788c commit 28b50af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The input's file paths and directory structure will be preserved in the [`dag-pb
137137
- `reduceSingleLeafToSelf` (boolean, defaults to `false`): optimization for, when reducing a set of nodes with one node, reduce it to that node.
138138
- `dirBuilder` (object): the options for the directory builder
139139
- `hamt` (object): the options for the HAMT sharded directory builder
140-
- bits (positive integer, defaults to `5`): the number of bits at each bucket of the HAMT
140+
- bits (positive integer, defaults to `8`): the number of bits at each bucket of the HAMT
141141

142142
### Exporter
143143

0 commit comments

Comments
 (0)