This commit is contained in:
Łukasz Magiera
2020-08-18 18:27:28 +02:00
parent baf91f08a1
commit e7d65be90a
7 changed files with 20 additions and 22 deletions
+2 -2
View File
@@ -139,11 +139,11 @@ func DefaultFullNode() *FullNode {
func DefaultStorageMiner() *StorageMiner {
cfg := &StorageMiner{
Common: defCommon(),
Sealing: SealingConfig{
MaxWaitDealsSectors: 2, // 64G with 32G sectors
MaxSealingSectors: 0,
WaitDealsDelay: Duration(time.Hour),
WaitDealsDelay: Duration(time.Hour),
},
Storage: sectorstorage.SealerConfig{