Skip to content

Commit 7df1ded

Browse files
author
rhamlett_microsoft
committed
Fixed issue with probe frequency not being restored after slow request simulation.
1 parent c25ad70 commit 7df1ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PerfProblemSimulator/Services/SlowRequestService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ private void CheckAndCompleteSimulation()
396396
"🐌 Slow request simulation completed naturally: {SimulationId}. " +
397397
"Total requests: {Total}, Completed: {Completed}",
398398
_simulationId, _requestsSent, _requestsCompleted);
399+
400+
// Restore normal probe frequency
401+
_latencyProbeService.SetProbeInterval(100);
399402
}
400403
}
401404
}

0 commit comments

Comments
 (0)