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
It seems it calls Lucene checkIndex way too often. I see my Eclipse using around 100% of one core constantly when I have this plugin installed. It's a showstopper.
The text was updated successfully, but these errors were encountered:
It looks like the job wakes up every 5s for each project, and does a checkIndex, then decides there's nothing to do and goes back to sleep. I think it should only do stuff when a file change event is received.
dragos
added a commit
to dragos/scala-search
that referenced
this issue
Feb 26, 2016
Move index checking on project open. If an index becomes corrupt, it needs a project re-open to clean and restart.
Modified tests accordingly.
Fixscala-ide#112.
dragos
added a commit
to dragos/scala-search
that referenced
this issue
Feb 26, 2016
Move index checking on project open. If an index becomes corrupt, it needs a project re-open to clean and restart.
Modified tests accordingly.
Fixscala-ide#112.
It seems it calls Lucene
checkIndex
way too often. I see my Eclipse using around 100% of one core constantly when I have this plugin installed. It's a showstopper.The text was updated successfully, but these errors were encountered: