Skip to content

Commit

Permalink
clarify comment on new config option
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd authored Feb 7, 2023
1 parent edacc13 commit f2d7c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TransportNetworkConfig {
public List<Modification> modifications;

/**
* Additional modes other than walk for which to pre-build a full regional grid and distance tables.
* Additional modes other than walk for which to pre-build large data structures (grid linkage and cost tables).
* When building a network, by default we build distance tables from transit stops to street vertices, to which we
* connect a grid covering the entire street network at the default zoom level. By default we do this only for the
* walk mode. Pre-building and serializing equivalent data structures for other modes allows workers to start up
Expand Down

0 comments on commit f2d7c32

Please sign in to comment.