Skip to content

Commit

Permalink
thor: set TolerableBlockPackingTime to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Jan 6, 2020
1 parent 26d417d commit 2bfa1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor/params.go
Expand Up @@ -32,7 +32,7 @@ const (

MaxBlockProposers uint64 = 101

TolerableBlockPackingTime = 500 * time.Millisecond // the indicator to adjust target block gas limit
TolerableBlockPackingTime = time.Second // the indicator to adjust target block gas limit

MaxStateHistory = 65535 // max guaranteed state history allowed to be accessed in EVM, presented in block number
)
Expand Down

0 comments on commit 2bfa1cc

Please sign in to comment.