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
pending queries (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 #1436
It seems that even without
--miner,boris 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
pendingqueries, however:pendingqueries (it's our case)This is linked to #1436