-
Notifications
You must be signed in to change notification settings - Fork 323
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
Reduce polling #812
Reduce polling #812
Conversation
Is it possible to immediately start a refresh when the git tab is brought back into view? Otherwise it may end up being that you switch and then need to wait three seconds for a refresh |
This could also be used to implement the ability to ignore repositories (#641) There could a setting that contains a list of filepaths to ignore. |
It is a good suggestion. I'll try to find a way.
I tend to set |
Done 😄 |
Oh hmm. I see the same double status POST on master as well. Is that intentional or is that a bug? |
Co-authored-by: Ian Hunt-Isaak <[email protected]>
Good catch, I'll take a look Ok the double call comes from an emitted Line 713 in a08c424
Identity test on object... |
I replace the test by this one
I think testing for the branch name and top commit get us cover. |
model refresh -> emit signals -> update view This renders the history tab coherent
This reduce refresh polling.
Refresh is blocked if:
refreshIfHidden
)