You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.ymlwatch-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.The text was updated successfully, but these errors were encountered: