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
Syncing takes a while. Here, we can collect ideas to improve performance.
A lot of time seems to be spent in signature verification. This step can be done in parallel, using the processor to not overwhelm the node, while the main syncer thread waits on those workers in the correct order.
The text was updated successfully, but these errors were encountered:
Syncing takes a while. Here, we can collect ideas to improve performance.
The text was updated successfully, but these errors were encountered: