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
There was a recent optimisation made to delay reconstruction #7588
It has shown to be quite effective at improving supernode performance, however we should consider having a maximum delay on performing reconstruction. Reconstruction is currently triggered once we have at least 64 columns, and not received any more gossip columns for 150ms:
In the case where gossip columns arrives in a staggered manner (e.g. 100ms between columns from 64 to 70), it could delay reconstruction too much, and this should be a scenario to prevent against.