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

Commit

Permalink
Change FaultMaxAge to 42 days (#1504)
Browse files Browse the repository at this point in the history
* Change FaultMaxAge to 42 days
* Regen

Co-authored-by: ZenGround0 <ZenGround0@users.noreply.github.com>
  • Loading branch information
arajasek and ZenGround0 authored Oct 7, 2021
1 parent c3afe7f commit 855f605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actors/builtin/miner/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const FaultDeclarationCutoff = WPoStChallengeLookback + 50 // PARAM_SPEC

// The maximum age of a fault before the sector is terminated.
// This bounds the time a miner can lose client's data before sacrificing pledge and deal collateral.
var FaultMaxAge = WPoStProvingPeriod * 14 // PARAM_SPEC
var FaultMaxAge = WPoStProvingPeriod * 42 // PARAM_SPEC

// Staging period for a miner worker key change.
// This delay prevents a miner choosing a more favorable worker key that wins leader elections.
Expand Down
2 changes: 1 addition & 1 deletion test-vectors/determinism-check
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- 0616de7182529fb50db2cb1c75066c2e52cd556baf62d715994b7856da464acc
- 323ebc4d6ae1d90e8832892549acbcb720a28d6cd89d07ddd9c3dcb456bbecf0

0 comments on commit 855f605

Please sign in to comment.