Skip to content

Commit

Permalink
Extend the default deal start epoch delay
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed May 28, 2021
1 parent dd79c2c commit fba5c65
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 fba5c65

Please sign in to comment.