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
Currently header sync is a bit slower than optimal, ideally it should happen in 2 (or more) threads. One that constantly gets headers and puts them in a buffer, and other than processes them. This should speed up header sync.
Currently header sync is a bit slower than optimal, ideally it should happen in 2 (or more) threads. One that constantly gets headers and puts them in a buffer, and other than processes them. This should speed up header sync.