Merge pull request #1314 from filecoin-project/feat/storage-miner-default-worker-count

Reduce default storage miner worker count
This commit is contained in:
Łukasz Magiera 2020-03-03 00:30:46 +01:00 committed by GitHub
commit 2cca6ab3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ func DefaultStorageMiner() *StorageMiner {
Common: defCommon(),
SectorBuilder: SectorBuilder{
WorkerCount: 5,
WorkerCount: 2,
},
}
cfg.Common.API.ListenAddress = "/ip4/127.0.0.1/tcp/2345/http"