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
fix(syncer): fix time comparison and improve estimation accuraccy (#319)
* Finding a new tail in the regular case (not subjective init) only
relied on old tail. In the worst case, where the old tail is 1, the
estimation results are inaccurate. The fix is to dynamically decide what
to estimate with (head or tail) basing on the time diff between old and
expected tails
* When confirming the estimation by looking at the actual header, the
comparison was wrong
0 commit comments