🪄 尽量避免开启削峰影响成功率的波动

This commit is contained in:
hi2hi 2025-11-10 18:03:57 +08:00
parent ec3b5cb5ea
commit c8fddc4803

View File

@ -334,8 +334,8 @@ const monitorChartData = computed(() => {
dateMap[o] = null;
return;
}
// dateMap
if (Math.abs(avgDelay - mean) > threshold && max / min > 2) {
dateMap[o] = null;
return;
}
}