Merge pull request #2573 from filecoin-project/feat/storage-remote-improvements
Update sector-storage, parallel fetch limit
This commit is contained in:
@@ -125,6 +125,10 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
AllowPreCommit2: true,
|
||||
AllowCommit: true,
|
||||
AllowUnseal: true,
|
||||
|
||||
// Default to 10 - tcp should still be able to figure this out, and
|
||||
// it's the ratio between 10gbit / 1gbit
|
||||
ParallelFetchLimit: 10,
|
||||
},
|
||||
|
||||
Dealmaking: DealmakingConfig{
|
||||
|
||||
Reference in New Issue
Block a user