scala-ide / scala-search

Next Scala Search Engine
6 stars 10 forks source link

Plugin slows down Eclipse to a crawl #112

Closed dragos closed 8 years ago

dragos commented 8 years ago

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.

dragos commented 8 years ago

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.