lepture / python-livereload

livereload server in python
https://livereload.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.02k stars 150 forks source link

High CPU Usage in container #249

Open aarongundel opened 3 years ago

aarongundel commented 3 years ago

Hello! I'm currently running this inside a container. It works great - except that the CPU usage for the process seems abnormally high, and I'm not sure how I might be able to tune it. I'm running a pretty vanilla setup as far as I can tell - watching a path with a 3s notification delay, then serving on host:port. I'm also not sure how I can make live reload provide more debugging info. Any help is much appreciated.