Configure Max Visited Nodes

Hello.

Running the mapmatcher on 100 GPX files on W10. In the old version before the graphhopper update, i had 44 matches in the new version i don’t have any matches. I need to increase the max visited nodes Can you help me find where in the code i can increase this?

cheers

There is a parameter called max_visited_nodes, see MapMatchingResource.java and/or MapMatching.java.

Thank you .
I think i found it in MapMatchingResource.java