From f2d7c32288390f37a6144f4a1b91c0e57a6d6c21 Mon Sep 17 00:00:00 2001 From: Andrew Byrd Date: Tue, 7 Feb 2023 10:46:57 +0800 Subject: [PATCH] clarify comment on new config option --- .../com/conveyal/r5/analyst/cluster/TransportNetworkConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/conveyal/r5/analyst/cluster/TransportNetworkConfig.java b/src/main/java/com/conveyal/r5/analyst/cluster/TransportNetworkConfig.java index 924939bb0..012e3204a 100644 --- a/src/main/java/com/conveyal/r5/analyst/cluster/TransportNetworkConfig.java +++ b/src/main/java/com/conveyal/r5/analyst/cluster/TransportNetworkConfig.java @@ -42,7 +42,7 @@ public class TransportNetworkConfig { public List 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