Skip to content

Commit

Permalink
Align power table delay with FIP (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu authored Jul 4, 2024
1 parent b2bab1c commit b262121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
// Default configuration for the EC Backend
DefaultEcConfig = &EcConfig{
ECFinality: 900,
CommiteeLookback: 5,
CommiteeLookback: 10,
ECPeriod: 30 * time.Second,
ECDelayMultiplier: 2.,
// MaxBackoff is 15min given default params
Expand Down

0 comments on commit b262121

Please sign in to comment.