Add TODO to PriorityTaskPicker about VisualVM

This commit is contained in:
James Seibel
2025-02-15 11:06:30 -06:00
parent 99f2d2f844
commit 11a2b8bf5b
@@ -65,6 +65,7 @@ public class PriorityTaskPicker
{
try
{
// TODO limit based on thread count so visual VM is easier to parse
for (Executor executor : (Iterable<? extends Executor>) this.executors.stream().sorted(Comparator.comparingLong(executor -> executor.totalRuntimeNanos.get()))::iterator)
{
TrackedRunnable task;