Skip to content

Commit

Permalink
Merge pull request #543 from libotony/adjust-soft-gaslimit
Browse files Browse the repository at this point in the history
set soft gaslimit to 30_000_000
  • Loading branch information
libotony committed Aug 15, 2022
2 parents 9eec713 + 9edb8ad commit d1bc673
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 = 21000000
const gasLimitSoftLimit uint64 = 30_000_000

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

0 comments on commit d1bc673

Please sign in to comment.