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

Development: reduce the number of files watched by nodemon #162

Open
humitos opened this issue Feb 2, 2023 · 1 comment
Open

Development: reduce the number of files watched by nodemon #162

humitos opened this issue Feb 2, 2023 · 1 comment
Labels
Improvement Minor improvement to code

Comments

@humitos
Copy link
Member

humitos commented Feb 2, 2023

In theory, nodemon should watch only 779,

root@716db483de08:/usr/src/app/checkouts/readthedocs.org# find ./readthedocs -type f -name '*.py' | wc -l
779

but it says it's watching ~5k:

web_1       | [nodemon] watching 4989 files

Related #160

@benjaoming
Copy link
Contributor

I think it's okay to close this. I haven't experienced issues with nodemon. Can't really guarantee if it's ONLY *.py that needs to be watched.. there's always the option of some other file being loaded only once. Template caching, too.

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

No branches or pull requests

2 participants