Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spin slower
send_transaction()
(#17166)
we currenly spin-wait for hearing back whether a transaction made it into the mempool or not (in FullNodeAPI.send_transaction()). We currently spin in a very tight loop, which appears to hog a significant amount of CPU. Increase the sleep to spin slower
- Loading branch information