Merge pull request #2573 from filecoin-project/feat/storage-remote-improvements

Update sector-storage, parallel fetch limit
This commit is contained in:
Łukasz Magiera
2020-07-25 23:36:22 +02:00
committed by GitHub
5 changed files with 14 additions and 5 deletions
+4
View File
@@ -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{