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
// on phoenix protocol triggers, this would also skip the block production.
306
-
if elapsed_since_last_block > 10{
303
+
// todo: this is max blocktime (heartbeat) x 2, better read the maximum blocktime.
304
+
// on phoenix protocol triggers, this would also skip the sending of disconnectivity reports.
305
+
if elapsed_since_last_block > 10*60{
307
306
info!(target:"engine","skipping early-epoch-end: now {now} ; block_time {block_time}: Block WAS created in the future ?!?! :-x. not sending early epoch end reports.");
0 commit comments