From 7792c802740e02ba41aa90c7c71d505251c192e4 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sat, 31 Aug 2013 17:44:51 +0100 Subject: [PATCH] increae the initial map data request delay - gives more chance for munge issues to be fixed in the game score update code --- code/map_data_request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/map_data_request.js b/code/map_data_request.js index 4ee56526..a3401e47 100644 --- a/code/map_data_request.js +++ b/code/map_data_request.js @@ -25,7 +25,7 @@ window.MapDataRequest = function() { // refresh timers this.MOVE_REFRESH = 1; //refresh time to use after a move - this.STARTUP_REFRESH = 0.2; //refresh time used on first load of IITC + this.STARTUP_REFRESH = 2; //refresh time used on first load of IITC this.IDLE_RESUME_REFRESH = 5; //refresh time used after resuming from idle this.REFRESH = 60; //minimum refresh time to use when not idle and not moving this.FETCH_TO_REFRESH_FACTOR = 2; //refresh time is based on the time to complete a data fetch, times this value