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.
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.
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.