From dd579541c748b28f74a2adba48a0209987cb762f Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 6 Feb 2026 15:26:28 -0800 Subject: [PATCH] fix --- apps/sim/lib/execution/isolated-vm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sim/lib/execution/isolated-vm.ts b/apps/sim/lib/execution/isolated-vm.ts index 52d67563a..6d284babf 100644 --- a/apps/sim/lib/execution/isolated-vm.ts +++ b/apps/sim/lib/execution/isolated-vm.ts @@ -468,7 +468,6 @@ function selectOwnerForDispatch(): OwnerState | null { if (owner.queueLength === 0) { owner.burstRemaining = 0 removeOwnerFromRing(ownerKey) - visited++ continue }