Skip to content

Commit

Permalink
Merge pull request #6350 from filecoin-project/asr/deal-start
Browse files Browse the repository at this point in the history
Extend the default deal start epoch delay
  • Loading branch information
magik6k committed May 31, 2021
2 parents dd79c2c + fba5c65 commit cc90b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/impl/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ import (

var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)

const dealStartBufferHours uint64 = 49
// 8 days ~= SealDuration + PreCommit + MaxProveCommitDuration + 8 hour buffer
const dealStartBufferHours uint64 = 8 * 24

type API struct {
fx.In
Expand Down

0 comments on commit cc90b61

Please sign in to comment.