mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
slowing down element remover..making it wait longer because it doesn't need to run so frequently.
This commit is contained in:
parent
18f3cca4b0
commit
12f289f910
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class DataElementRemover extends Handler
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Thread.sleep(_waitIncrement);
|
Thread.sleep(100000); // wait 100 seconds
|
||||||
Thread.yield();
|
Thread.yield();
|
||||||
}
|
}
|
||||||
catch (InterruptedException e)
|
catch (InterruptedException e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue