You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a fixed delay for a given job priority, depending on
the number of jobs running and other factors this can considerably delay
some actions and make eclipse feel laggy.
This now makes these values dependent on the number of CPUs installed in
the machine, as we can assume more CPUs can do the work better in
parallel without additional sleep delays.
0 commit comments