Skip to content

Commit

Permalink
Use compact
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Sep 4, 2024
1 parent 436ed11 commit 1cf85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbta-performance/chalicelib/gtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def fetch_stop_times_from_gtfs(trip_ids: Iterable[str], service_date: date) -> p
)
feed = mbta_gtfs.get_feed_for_date(service_date)
feed.download_or_build()
session = feed.create_sqlite_session()
session = feed.create_sqlite_session(compact=True)
exists_remotely = feed.exists_remotely()

gtfs_stops = []
Expand Down

0 comments on commit 1cf85a4

Please sign in to comment.