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
MultiNode currently pings every group on every tick, which is inefficient. We need to add a method to the raft struct that can return the number of ticks until the next time-based event, so we can maintain a priority queue for these events.
The text was updated successfully, but these errors were encountered:
MultiNode currently pings every group on every tick, which is inefficient. We need to add a method to the raft struct that can return the number of ticks until the next time-based event, so we can maintain a priority queue for these events.
The text was updated successfully, but these errors were encountered: