Skip to content

Commit

Permalink
increase TNM polling interval (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney authored Sep 3, 2019
1 parent 4bcf7c9 commit 6673799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/assets/ts/tnm/components/TransitNearMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const TransitNearMe = ({
stopsWithDistances.stops.map(stop => stop.id),
dispatch
),
15000
45000
);

return (
Expand Down

0 comments on commit 6673799

Please sign in to comment.