File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 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 = {}) => {
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';
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments