Skip to content

Commit

Permalink
Update README about gtfsRealtimeExpirationSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Sep 12, 2024
1 parent 825bad9 commit 64087da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ importGtfs({
### gtfsRealtimeExpirationSeconds
{Integer} Amount of time in seconds to allow GTFS-Realtime data to be stored in database before allowing to be deleted. Defaults to 0 (old GTFS-Realtime is deleted immediately when new data arrives).
{Integer} Amount of time in seconds to allow GTFS-Realtime data to be stored in database before allowing to be deleted. Defaults to 0 (old GTFS-Realtime is deleted immediately when new data arrives). Note that if new data arrives for the same trip update, vehicle position or service alert before the expiration time, it will overwrite the existing data. The `gtfsRealtimeExpirationSeconds` only affects when data is deleted.
```json
{
Expand Down

0 comments on commit 64087da

Please sign in to comment.