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
Daemons only allow a max of 100 transactions to be fetched at a time. To comply with that, we fetch batches of 100 transactions at a time in a loop until we are up-to-date.
We could fetch these batches concurrently to speed up startup time (and theoretically scanning time too when the network is under heavy load).
The text was updated successfully, but these errors were encountered:
Daemons only allow a max of 100 transactions to be fetched at a time. To comply with that, we fetch batches of 100 transactions at a time in a loop until we are up-to-date.
We could fetch these batches concurrently to speed up startup time (and theoretically scanning time too when the network is under heavy load).
The text was updated successfully, but these errors were encountered: