Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

The PAB does not provide frequent progress feedback. #198

Closed
raduom opened this issue Dec 15, 2021 · 0 comments · Fixed by #281
Closed

The PAB does not provide frequent progress feedback. #198

raduom opened this issue Dec 15, 2021 · 0 comments · Fixed by #281
Assignees
Labels
bug Something isn't working

Comments

@raduom
Copy link
Contributor

raduom commented Dec 15, 2021

Summary

The PAB does not provide frequent progress feedback.

Steps to reproduce the behavior

Synchronising the PAB should provide progress every 100k blocks or so.

Actual Result

It does not.

Expected Result

It should.

Describe the approach you would take to fix this

The code here tests if the current block % 100k == 0, however blocks are not always sequential so the probability of hitting this condition is pretty low and as such it produces very little output. We need to make the output condition smarter.

System info

Any system.
Commit: 835ce24

@raduom raduom added the bug Something isn't working label Dec 15, 2021
@raduom raduom self-assigned this Dec 15, 2021
@raduom raduom linked a pull request Jan 27, 2022 that will close this issue
8 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant