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
I think the default value of g:tern_request_timeout need set to biger than 1. cause I ofen get the ”time out“ warning when I add some ”loadEagerly“ files in .tern_project. it obvious that 1 second is no enough to get the query return when the project is more than one file.
The text was updated successfully, but these errors were encountered:
marijnh
added a commit
to ternjs/tern
that referenced
this issue
Mar 22, 2017
Does attached change help? It pre-analyzes the files that are loaded eagerly to avoid taking too long on the first request. A pull request that makes it possible to configure the timeout would also be accepted.
DonnieWest
pushed a commit
to DonnieWest/tern
that referenced
this issue
Apr 4, 2017
I think the default value of g:tern_request_timeout need set to biger than 1. cause I ofen get the ”time out“ warning when I add some ”loadEagerly“ files in .tern_project. it obvious that 1 second is no enough to get the query return when the project is more than one file.
The text was updated successfully, but these errors were encountered: