Commit 6caff965 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 636ea6d7
Pipeline #4838 passed with stages
in 47 seconds
......@@ -123,9 +123,9 @@ export class Router {
if (currentPlan !== this.id && bestMetric === Infinity) {
// 原来通的,现在不通了
changedPlan[plan.id] = this.id;
this.plan[plan.id] = changedPlan[plan.id] = this.id;
} else if (currentPlan !== bestPlan && bestMetric + config.throttle < currentMetric) {
changedPlan[plan.id] = bestPlan;
this.plan[plan.id] = changedPlan[plan.id] = bestPlan;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment