This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 9 files changed +27
-27
lines changed
packages/interface-ipfs-core/src
9 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -463,9 +463,9 @@ export function testAdd (factory, options) {
463
463
sharding : true
464
464
} ,
465
465
config : {
466
- // enable sharding for go
467
- Experimental : {
468
- ShardingEnabled : true
466
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
467
+ Internal : {
468
+ UnixFSShardingSizeThreshold : '1B'
469
469
}
470
470
}
471
471
}
Original file line number Diff line number Diff line change @@ -358,9 +358,9 @@ export function testCp (factory, options) {
358
358
sharding : true
359
359
} ,
360
360
config : {
361
- // enable sharding for go
362
- Experimental : {
363
- ShardingEnabled : true
361
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
362
+ Internal : {
363
+ UnixFSShardingSizeThreshold : '1B'
364
364
}
365
365
}
366
366
}
Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ export function testLs (factory, options) {
174
174
sharding : true
175
175
} ,
176
176
config : {
177
- // enable sharding for go
178
- Experimental : {
179
- ShardingEnabled : true
177
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
178
+ Internal : {
179
+ UnixFSShardingSizeThreshold : '1B'
180
180
}
181
181
}
182
182
}
Original file line number Diff line number Diff line change @@ -235,9 +235,9 @@ export function testMkdir (factory, options) {
235
235
sharding : true
236
236
} ,
237
237
config : {
238
- // enable sharding for go
239
- Experimental : {
240
- ShardingEnabled : true
238
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
239
+ Internal : {
240
+ UnixFSShardingSizeThreshold : '1B'
241
241
}
242
242
}
243
243
}
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ export function testMv (factory, options) {
120
120
sharding : true
121
121
} ,
122
122
config : {
123
- // enable sharding for go
124
- Experimental : {
125
- ShardingEnabled : true
123
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
124
+ Internal : {
125
+ UnixFSShardingSizeThreshold : '1B'
126
126
}
127
127
}
128
128
}
Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ export function testRead (factory, options) {
124
124
sharding : true
125
125
} ,
126
126
config : {
127
- // enable sharding for go
128
- Experimental : {
129
- ShardingEnabled : true
127
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
128
+ Internal : {
129
+ UnixFSShardingSizeThreshold : '1B'
130
130
}
131
131
}
132
132
}
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ export function testRm (factory, options) {
143
143
sharding : true
144
144
} ,
145
145
config : {
146
- // enable sharding for go
147
- Experimental : {
148
- ShardingEnabled : true
146
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
147
+ Internal : {
148
+ UnixFSShardingSizeThreshold : '1B'
149
149
}
150
150
}
151
151
}
Original file line number Diff line number Diff line change @@ -382,9 +382,9 @@ export function testStat (factory, options) {
382
382
sharding : true
383
383
} ,
384
384
config : {
385
- // enable sharding for go
386
- Experimental : {
387
- ShardingEnabled : true
385
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
386
+ Internal : {
387
+ UnixFSShardingSizeThreshold : '1B'
388
388
}
389
389
}
390
390
}
Original file line number Diff line number Diff line change @@ -661,9 +661,9 @@ export function testWrite (factory, options) {
661
661
sharding : true
662
662
} ,
663
663
config : {
664
- // enable sharding for go
665
- Experimental : {
666
- ShardingEnabled : true
664
+ // enable sharding for go with automatic threshold dropped to the minimum so it shards everything
665
+ Internal : {
666
+ UnixFSShardingSizeThreshold : '1B'
667
667
}
668
668
}
669
669
}
You can’t perform that action at this time.
0 commit comments