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: setting last_flush to 0 makes us flush on the first invocation (#843)
Setting the last flush time to 0 causes the logic for continuous
flushing to always evaluate to `flush` on the first invocation.
This change fixes that, unless there is a proactive initialization or
some other out-of-band cause.
0 commit comments