Skip to content

Commit

Permalink
Restore original location ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Jun 21, 2018
1 parent 0a9e77d commit ce7c04c
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 @@ -36,7 +36,7 @@ module.exports = {
ACCOUNT_HELP_URL: 'https://acms.ucsd.edu/students/accounts-and-passwords/index.html',

/* API TTLs */
LOCATION_TTL: 15000, // 15 seconds
LOCATION_TTL: 5000, // 5 seconds
SHUTTLE_API_TTL: 15000, // 15 seconds
DATA_SAGA_TTL: 60000, // 1 minute
SCHEDULE_TTL: 300000, // 5 minutes
Expand Down

0 comments on commit ce7c04c

Please sign in to comment.