Community
Participate
Working Groups
JobManager.verbose("FINISHED background job - " + job); //$NON-NLS-1$
}
moveToNextJob();
if (this.awaitingClients == 0) {
// Bug 68078: this delay affects indexing procedure too much.
Thread.sleep(50);
// if (this.awaitingClients == 0) {
// Thread.sleep(50);
// }
} catch (InterruptedException e) { // background indexing was interrupted