Skip to content

Commit

Permalink
increase default jail dur to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Sep 11, 2024
1 parent 5b46ebb commit 2caa4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/finality/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
DefaultSignedBlocksWindow = int64(100)
DefaultMinPubRand = 100
DefaultFinalitySigTimeout = 3
DefaultJailDuration = 60 * 10 * time.Second // 10 min
DefaultJailDuration = 24 * 60 * 60 * 1 * time.Second // 1 day
)

var (
Expand Down

0 comments on commit 2caa4af

Please sign in to comment.