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, the service just waits for a full batch range of blocks before requesting all headers at once, where this could be proactively fetching headers in chunks as they are ready.
More of a minor optimization, given this IO is now quick, but will lower latency once enough blocks are produced.
The text was updated successfully, but these errors were encountered:
Currently, the service just waits for a full batch range of blocks before requesting all headers at once, where this could be proactively fetching headers in chunks as they are ready.
More of a minor optimization, given this IO is now quick, but will lower latency once enough blocks are produced.
The text was updated successfully, but these errors were encountered: