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

Performance: Automatically adjust next poll period to account for network latency #30

Closed
RolandPheasant opened this issue Nov 24, 2015 · 1 comment

Comments

@RolandPheasant
Copy link
Owner

High cpu usgae has been reported see issue #14

I think this is caused by the work to check for and load changes from the file is longer than the poll interval. So to remedy I will try the following

  1. Slow down poll rate
  2. Only start timer for next poll after the work in the previous poll is complete
@RolandPheasant
Copy link
Owner Author

Changed the way that files are polled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant