Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocks/TXs still in the queue when last block is requested are not counted in the total. #15

Open
codingchili opened this issue Jul 14, 2018 · 1 comment
Labels

Comments

@codingchili
Copy link
Owner

The total imported shown when imports complete is not entirely accurate. If the backpressure buffer is large, then the accuracy increases. The total count is measured when the final block is requested from the node - this leads to blocks still in the queue to be written to DB is not counted.

@codingchili codingchili added this to the 1.1.0 milestone Jul 14, 2018
@codingchili
Copy link
Owner Author

If this is important, set the backpressure TX to 1 and backpressure blocks to 1. It will be a quite a bit slower but will show the correct totals. This will require some more work to figure out and we want to release 1.1.0 now.

@codingchili codingchili removed this from the 1.1.0 milestone Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant