Skip to content

Commit

Permalink
Bump schedule TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Sep 13, 2019
1 parent ab3a65d commit fbbf599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ module.exports = {
LOCATION_TTL: 15000, // 15 seconds
SHUTTLE_API_TTL: 15000, // 15 seconds
DATA_SAGA_TTL: 60000, // 60 seconds
SCHEDULE_TTL: 300000, // 5 minutes
PARKING_API_TTL: 300000, // 5 minutes
SCHEDULE_TTL: 1800000, // 30 minutes
WEATHER_API_TTL: 1800000, // 30 minutes
SURF_API_TTL: 1800000, // 30 minutes
SPECIAL_EVENTS_TTL: 1800000, // 30 minutes
Expand Down

0 comments on commit fbbf599

Please sign in to comment.