diff --git a/thor/params.go b/thor/params.go index 6a8a2b84a..42f3a3b0f 100644 --- a/thor/params.go +++ b/thor/params.go @@ -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 )