Skip to content

Commit

Permalink
Update src/main/java/com/conveyal/r5/analyst/LinkageCache.java
Browse files Browse the repository at this point in the history
Co-authored-by: Anson Stewart <[email protected]>
  • Loading branch information
abyrd and ansoncfit authored Nov 1, 2024
1 parent b40a058 commit f65657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/conveyal/r5/analyst/LinkageCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* There could instead be one instance per AnalystWorker or per JVM (static), but this would cause the mappings
* including PointSets, StreetLayers, and Linkages (which hold references to the TransportNetwork) to stick around
* even when we try to garbage collect a TransportNetwork. In cloud operation, this problem would not necessarily arise
* in practice since workers are permanently associated with a single TransportNetwork.
* in practice since workers are permanently associated with a single base TransportNetwork.
*/
public class LinkageCache {

Expand Down

0 comments on commit f65657b

Please sign in to comment.