Skip to content

Commit

Permalink
Increased ExpectedSealDuration and and WaitDealsDelay.
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Sep 10, 2020
1 parent 767341b commit c610bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func DefaultStorageMiner() *StorageMiner {
MaxWaitDealsSectors: 2, // 64G with 32G sectors
MaxSealingSectors: 0,
MaxSealingSectorsForDeals: 0,
WaitDealsDelay: Duration(time.Hour),
WaitDealsDelay: Duration(time.Hour * 6),
},

Storage: sectorstorage.SealerConfig{
Expand All @@ -169,7 +169,7 @@ func DefaultStorageMiner() *StorageMiner {
ConsiderOfflineRetrievalDeals: true,
PieceCidBlocklist: []cid.Cid{},
// TODO: It'd be nice to set this based on sector size
ExpectedSealDuration: Duration(time.Hour * 12),
ExpectedSealDuration: Duration(time.Hour * 24),
},

Fees: MinerFeeConfig{
Expand Down

0 comments on commit c610bd8

Please sign in to comment.