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

perf(serve): exclude node_modules from livereload #17

Merged
merged 1 commit into from
Jul 12, 2017
Merged

perf(serve): exclude node_modules from livereload #17

merged 1 commit into from
Jul 12, 2017

Conversation

kimburgess
Copy link
Contributor

Running serve on a project using npm for package management could result
in a high number file watchers. Depending on the contents of
dependancies this could result in node exiting with a ENOSPC error due
to exceeding fs.inotify.max_user_watches.

Resolves issue #16.

Running serve on a project using npm for package management could result
in a high number file watchers. Depending on the contents of
dependancies this could result in node exiting with a ENOSPC error due
to exceeding fs.inotify.max_user_watches.
@QingWei-Li QingWei-Li merged commit 3f488d0 into docsifyjs:master Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants