bor
bor copied to clipboard
Disable miner loop completly?
It seems that even without --miner, bor is still trying to create new blocks with incoming transactions, and it takes roughly ~10% of our CPU.
Why can't we completely disable this? I understand it's needed for pending queries, however:
- One might not need/want to support
pendingqueries (it's our case) - We could create pending blocks in the fly for such requests, which is what geth is doing
This is linked to https://github.com/0xPolygon/bor/issues/1436
cc @manav2401
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
Not stale, just waiting for comment