Allow no local sectorbuilder workers

This commit is contained in:
Łukasz Magiera 2019-12-05 16:28:04 +01:00
parent 7fdafc10b2
commit 2ce56dbfcb

View File

@ -159,10 +159,6 @@ func New(cfg *Config, ds dtypes.MetadataDS) (*SectorBuilder, error) {
sealLocal := rlimit > 0
if rlimit == 0 {
rlimit = 1
}
sb := &SectorBuilder{
ds: ds,