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

feat: update peer stats only when profile window is open #283

Closed
wants to merge 1 commit into from

Commits on Jun 4, 2016

  1. feat: update peer stats only when profile window is open

    Polling for the number of peers is now only updated when the user opens
    the profile window rather than having a timer constantly updating in the
    background.
    
    Got rid of `shouldPoll` because it seems unnecessary with the change in
    actually shown.
    
    Added a new event handler to trigger the polling when the window is
    how timers are set. The application also doesn't immediately run
    `pollStats` when loading the ipfs daemon.
    swang committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    cf14da7 View commit details
    Browse the repository at this point in the history