From 9d1bb49af84df3a3f9142cc68a9cc170ac470c4b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Sep 2014 10:32:19 +0100 Subject: Change timeout Despite the comment, it previously was 7 days. --- src/leaflet-soton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index f8fcdce..ad6c8b4 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -13,7 +13,7 @@ updateWorkstationData: true, // regularly poll for workstation data workstationDataUpdateTime: 30000, // time to wait between requests useLocalStorage: true, - localStorageTimeout: 604800000, // one day in milliseconds + localStorageTimeout: 172800, // two days in milliseconds _workstationDataFetchInProgress: false, _workstationDataFetchTimeout: null, -- cgit v1.2.3