Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 69078 | Differences between
and this patch

Collapse All | Expand All

(-)search/org/eclipse/cdt/internal/core/search/processing/JobManager.java (-3 / +4 lines)
Lines 476-484 Link Here
476
							JobManager.verbose("FINISHED background job - " + job); //$NON-NLS-1$
476
							JobManager.verbose("FINISHED background job - " + job); //$NON-NLS-1$
477
						}
477
						}
478
						moveToNextJob();
478
						moveToNextJob();
479
						if (this.awaitingClients == 0) {
479
// Bug 68078: this delay affects indexing procedure too much.						
480
							Thread.sleep(50);
480
//						if (this.awaitingClients == 0) {
481
						}
481
//							Thread.sleep(50);
482
//						}
482
					}
483
					}
483
				} catch (InterruptedException e) { // background indexing was interrupted
484
				} catch (InterruptedException e) { // background indexing was interrupted
484
				}
485
				}

Return to bug 69078