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

MacVim open a new "node" process each time the complete is triggered. #101

Open
alexzzp opened this issue Jul 21, 2015 · 1 comment
Open

Comments

@alexzzp
Copy link

alexzzp commented Jul 21, 2015

When I put "loadEagerly" entry in the .tern-project file, the tern-for-vim will open a new "node"
process each time when the complete is triggered

{
"libs": [],
"loadEagerly": [
"files"
],
"plugins": {
"complete_strings": {}
}
}

@marijnh
Copy link
Member

marijnh commented Jul 25, 2015

Is it possible that the files you are loading (including their dependencies) are huge enough to cause the connection to newly spawned servers to time out as it is still processing them?

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

No branches or pull requests

2 participants