Configurable Lock While Calculating Paths

Hello, I am currently using Graphhopper for calculating distance between two points.
The latencies on our side are a bit on the higher side. Since we are not doing any updates on graphhopper indexed files, can we just make the ReadWriteLock configurable, so that we do not take a lock on the data while calculating paths?
I am currently using version 0.11.0.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.