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
Coalesce bestblock notifications to prevent event loop freeze
Multiple peers announcing the same block caused N full MWEB+PPLNS rebuild
cycles (~800ms each), saturating the io_context and triggering the freeze
watchdog. Use a 50ms steady_timer to coalesce rapid bestblock notifications
into a single refresh — mirrors p2pool's natural Twisted reactor coalescing.
0 commit comments