diff --git a/openlr/candidate_paths_getter.cpp b/openlr/candidate_paths_getter.cpp index 17fd2b1c5f..ba2cbc8da1 100644 --- a/openlr/candidate_paths_getter.cpp +++ b/openlr/candidate_paths_getter.cpp @@ -226,7 +226,7 @@ void CandidatePathsGetter::GetAllSuitablePaths(Graph::EdgeVector const & startLi ASSERT(currentEdge.HasRealPart(), ()); - if (!PassesRestriction(e, frc, fow, 1 /* kFRCThreshold */, m_infoGetter)) + if (!PassesRestriction(e, frc, fow, 2 /* kFRCThreshold */, m_infoGetter)) continue; // TODO(mgsergio): Should we check form of way as well?