Skip to content

Commit 0f4bb92

Browse files
author
Peter
committed
improved config properties, graphhopper#347
1 parent 458e137 commit 0f4bb92

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

config-example.properties

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,15 @@ graph.dataaccess=RAM_STORE
3434

3535
#### Speed-up Mode vs. Flexibility Mode ####
3636
#
37-
# By default the speed-up mode with the 'fastest' weighting is used. Internally contraction hierarchies is
38-
# used to speed routing up. This requires more RAM/disc space for holding the graph but less for every request.
37+
# By default the speed-up mode with the 'fastest' weighting is used. Internally a graph preparation via
38+
# contraction hierarchies is done to speed routing up. This requires more RAM/disc space for holding the
39+
# graph but less for every request. Also only the first vehicle of the flagEncoders list will be prepared.
3940
# prepare.chWeighting=fastest
4041
#
4142
# Disable the speed-up mode (contraction hierarchies, CH) via enabling the flexibility mode:
4243
# prepare.chWeighting=no
4344

4445

45-
# If multiple vehicles are used and prepare.chWeighting=fastest only one vehicle can be in speed-up
46-
# When nothing is specified the (lexicographically) first vehicle from the graph.flagEncoders list is chosen
47-
# algorithm.defaultVehicle=car
48-
4946
##### Web #####
5047
# if you want to support jsonp response type you need to add it explicitely here. By default it is disabled for
5148
# stronger security.

0 commit comments

Comments
 (0)