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

Commit 360deb9

Browse files
aschmahmannlidel
authored andcommittedNov 29, 2021
fix: use new go-ipfs sharding option to lower the threshold to the minimum for compatibility with existing tests
1 parent 278e2a0 commit 360deb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎test/files.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class ExpectedError extends Error {
1818
const goOptions = {
1919
ipfsOptions: {
2020
config: {
21-
// enabled sharding for go
22-
Experimental: {
23-
ShardingEnabled: true
21+
// enabled sharding for go with automatic threshold dropped to the minimum
22+
Internal: {
23+
UnixFSShardingSizeThreshold: "1B"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)
This repository has been archived.