You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a medium-sized GTFS-Realtime feed (usually 100-300 TripUpdates & 100-300 VehiclePositions). I just checked, gzipping (with the default level) brought the feed's size down from 246kb to 50kb.
The text was updated successfully, but these errors were encountered:
In case someone is interested in a JavaScript/Node.js implementation:
I have implemented the headers mentioned above as part of another project, using serve-buffer.
What applies to
gtfs-realtime-validator
(client) also applies to this project (server). From CUTR-at-USF/gtfs-realtime-validator#124:I run a medium-sized GTFS-Realtime feed (usually 100-300
TripUpdate
s & 100-300VehiclePosition
s). I just checked, gzipping (with the default level) brought the feed's size down from 246kb to 50kb.The text was updated successfully, but these errors were encountered: