Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Change WPoStPartitionSectors to 2349 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth authored and aarshkshah1992 committed Jun 29, 2020
1 parent 25ba587 commit f84919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/builtin/miner/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const WPoStChallengeWindow = abi.ChainEpoch(1800 / EpochDurationSeconds) // Half
const WPoStPeriodDeadlines = uint64(WPoStProvingPeriod / WPoStChallengeWindow)

// The maximum number of sectors in a single window PoSt proof.
const WPoStPartitionSectors = uint64(2350)
const WPoStPartitionSectors = uint64(2349)

// The maximum number of partitions that may be submitted in a single message.
// This bounds the size of a list/set of sector numbers that might be instantiated to process a submission.
Expand Down

0 comments on commit f84919b

Please sign in to comment.