You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ipfs-unixfs-importer/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,6 @@ The input's file paths and directory structure will be preserved in the [`dag-pb
140
140
-`leafType` (string, defaults to `'file'`) what type of UnixFS node leaves should be - can be `'file'` or `'raw'` (ignored when `rawLeaves` is `true`)
141
141
-`blockWriteConcurrency` (positive integer, defaults to 10) How many blocks to hash and write to the block store concurrently. For small numbers of large files this should be high (e.g. 50).
142
142
-`fileImportConcurrency` (number, defaults to 50) How many files to import concurrently. For large numbers of small files this should be high (e.g. 50).
143
-
-`pin` (boolean, defaults to `false`) Whether to pin each block as it is created
144
-
-`preload` (boolean, defaults to `false`) Whether to preload each block as it is created
0 commit comments