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

set the chokidar polling interval to a "long" value #6629

Closed
Pomax opened this issue May 3, 2021 · 0 comments · Fixed by #6680
Closed

set the chokidar polling interval to a "long" value #6629

Pomax opened this issue May 3, 2021 · 0 comments · Fixed by #6680

Comments

@Pomax
Copy link
Contributor

Pomax commented May 3, 2021

Chokidar does rapid polling by default, but for human dev work, that's complete overkill we can set the CHOKIDAR_INTERVAL in the docker-compose.yml watch-static-files task to something like 2000 or even 3000 and get perceptually the same performance as when it's running at a blazing fast interval of 100ms.

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

Successfully merging a pull request may close this issue.

2 participants