Allow no local sectorbuilder workers
This commit is contained in:
parent
7fdafc10b2
commit
2ce56dbfcb
@ -159,10 +159,6 @@ func New(cfg *Config, ds dtypes.MetadataDS) (*SectorBuilder, error) {
|
|||||||
|
|
||||||
sealLocal := rlimit > 0
|
sealLocal := rlimit > 0
|
||||||
|
|
||||||
if rlimit == 0 {
|
|
||||||
rlimit = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
sb := &SectorBuilder{
|
sb := &SectorBuilder{
|
||||||
ds: ds,
|
ds: ds,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user