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

Display more accurate progress information #9

Open
osteele opened this issue Feb 25, 2018 · 0 comments
Open

Display more accurate progress information #9

osteele opened this issue Feb 25, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@osteele
Copy link
Owner

osteele commented Feb 25, 2018

The progress bar currently displays r/(r+1), once r responses have been received. This is at least monotonically increasing.

Ideally, it would display r/n, where n is the total number of responses. But we can't know n in advance.

Alternatively, d/(currentTime-firstRequestTime) could be a better estimate, where d = maxTime(currentRequest), firstRequestTime = maxTime(firstRequest), and maxTime(request) = max(data.clientModified, data.serverModified for data in currentRequest.items).

@osteele osteele added enhancement New feature or request help wanted Extra attention is needed labels Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant