mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-03 02:24:18 -05:00
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