Merge pull request #6350 from filecoin-project/asr/deal-start
Extend the default deal start epoch delay
This commit is contained in:
commit
cc90b61dfc
@ -62,7 +62,8 @@ import (
|
|||||||
|
|
||||||
var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)
|
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 {
|
type API struct {
|
||||||
fx.In
|
fx.In
|
||||||
|
Loading…
Reference in New Issue
Block a user