Skip to content

Commit

Permalink
Reduce TTL for special events and quicklinks
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Sep 7, 2017
1 parent 247d40d commit 4c07b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/AppSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ module.exports = {
EVENTS_API_TTL: 3600000, // 1 hour
NEWS_API_TTL: 3600000, // 1 hour
DINING_API_TTL: 3600000, // 1 hour
QUICKLINKS_API_TTL: 604800000, // 1 week
QUICKLINKS_API_TTL: 86400000, // 1 day
SHUTTLE_API_TTL: 6000, // 6 seconds
SHUTTLE_MASTER_TTL: 86400000, // 1 day
SPECIAL_EVENTS_TTL: 21600000, // 6 hours
SPECIAL_EVENTS_TTL: 3600000, // 1 hour
DATA_SAGA_TTL: 60000, // 1 minute

USER_LOGIN: {
Expand Down

0 comments on commit 4c07b50

Please sign in to comment.