File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const runGtfsMatching = async (cfg, opt = {}) => {
88
88
? parseInt ( process . env . MATCHING_CONCURRENCY )
89
89
// this makes assumptions about how PostgreSQL scales
90
90
// 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...
92
92
// but it seems there's no clean way to determine this
93
93
// CREATE TEMPORARY TABLE cpu_cores (num_cores integer);
94
94
// COPY cpu_cores (num_cores) FROM PROGRAM 'sysctl -n hw.ncpu';
Original file line number Diff line number Diff line change 25
25
"iter-tools" : " ^7.5.3" ,
26
26
"lodash" : " ^4.17.21" ,
27
27
"luxon" : " ^3.5.0" ,
28
- "match-gtfs-rt-to-gtfs" : " ^7.0.0-alpha.1" ,
29
28
"nats" : " ^2.27.0" ,
30
29
"pg" : " ^8.12.0" ,
31
30
"pino" : " ^9.2.0" ,
You can’t perform that action at this time.
0 commit comments