Skip to content

Commit 643741a

Browse files
- changed caching default for locations
1 parent 2fff543 commit 643741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtp/locationSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const logger = require('../logger').logger;
77
const GET_LOCATIONS = 'http://www.webpagetest.org/getLocations.php?f=json';
88

99
class LocationSelector {
10-
CACHE_TTL = 0;
10+
CACHE_TTL = 10;
1111
DEFAULT_LOCATION = 'IAD_US_01';
1212
UPDATE_LOCATIONS_TIMEOUT = 20;
1313

0 commit comments

Comments
 (0)