bsc icon indicating copy to clipboard operation
bsc copied to clipboard

txpool: limit max gas when mining is enabled;

Open galaio opened this issue 2 years ago • 0 comments

Description

This PR tries to add a max gas limit in txpool when mining is enabled. It will drop the txs that the miner cannot package.

It will reduce pending txs in txpool, and reduce mem, CPU usage too.

Changes

Notable changes:

  • txpool: limit max gas when mining is enabled;
  • ...

galaio avatar Apr 30 '24 08:04 galaio