mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
taking out the sleep
This commit is contained in:
parent
950d9d2f20
commit
ad0b2c2b72
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
|
|||
while (display.readAndDispatch())
|
||||
{
|
||||
}
|
||||
Thread.sleep(200);
|
||||
|
||||
|
||||
|
||||
isCancelled = monitor.isCanceled();
|
||||
|
|
Loading…
Add table
Reference in a new issue