Skip to content

Commit

Permalink
cmd/thor: then we can increase the soft gas limit a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Nov 20, 2023
1 parent 73eca80 commit 1045b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thor/node/packer_loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// gasLimitSoftLimit is the soft limit of the adaptive block gaslimit.
const gasLimitSoftLimit uint64 = 30_000_000
const gasLimitSoftLimit uint64 = 40_000_000

func (n *Node) packerLoop(ctx context.Context) {
log.Debug("enter packer loop")
Expand Down

0 comments on commit 1045b8e

Please sign in to comment.