mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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
|
||||
{
|
||||
Thread.sleep(_waitIncrement);
|
||||
Thread.sleep(100000); // wait 100 seconds
|
||||
Thread.yield();
|
||||
}
|
||||
catch (InterruptedException e)
|
||||
|
|
Loading…
Add table
Reference in a new issue