Skip to content

Commit 40f5c29

Browse files
committed
remove superfluous dependency match-gtfs-rt-to-gtfs
1 parent 9d11fe2 commit 40f5c29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/match.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const runGtfsMatching = async (cfg, opt = {}) => {
8888
? parseInt(process.env.MATCHING_CONCURRENCY)
8989
// this makes assumptions about how PostgreSQL scales
9090
// todo: query the *PostgreSQL server's* nr of cores, instead of the machine's that hafas-gtfs-rt-feed runs on
91-
// todo: match-gtfs-rt-to-gtfs uses pg.Pool, which has a max connection limit, so this option here is a bit useless...
91+
// todo: raw-match.js uses pg.Pool, which has a max connection limit, so this option here is a bit useless...
9292
// but it seems there's no clean way to determine this
9393
// CREATE TEMPORARY TABLE cpu_cores (num_cores integer);
9494
// COPY cpu_cores (num_cores) FROM PROGRAM 'sysctl -n hw.ncpu';

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"iter-tools": "^7.5.3",
2626
"lodash": "^4.17.21",
2727
"luxon": "^3.5.0",
28-
"match-gtfs-rt-to-gtfs": "^7.0.0-alpha.1",
2928
"nats": "^2.27.0",
3029
"pg": "^8.12.0",
3130
"pino": "^9.2.0",

0 commit comments

Comments
 (0)