massa
massa copied to clipboard
Testnet overload when txps
The protocol receive more then 1000 message per second in the channel so he has to handle them very quickly (17 message per seconds). But the announcement of operations sometimes takes 0.3 seconds to complete :
2022-10-07T07:39:10.693343Z DEBUG massa_protocol_worker::protocol_worker: DEBUG: Start operation interval timer
2022-10-07T07:39:10.903942Z DEBUG massa_protocol_worker::protocol_worker: DEBUG: End operation interval timer
Need to investigate on that