You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
When syncing the blockchain with high enough speed (~600 bps) the console is spammed with Telemetry buffer overflowed! messages. I see ~50 of these per second. It also appears when running import-blocks command. There's a few things wrong here:
Telemetry server should not be spammed with that many events.
Error messages should be throttled if the buffer is overflown because of the slow connection, for example.
Error message should be printed with the log crate.
Local commands, such as import-blocks should have telemetry disabled by default, as well as other network related services.