From 368b647114c10e336cbbb466377e5d862dc699f7 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 13 Aug 2014 03:42:26 +0100 Subject: [PATCH] reduce the delay before repeating a 'error: TIMEOUT' map data request --- 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 b895af4e..cb55de9f 100644 --- a/code/map_data_request.js +++ b/code/map_data_request.js @@ -55,7 +55,7 @@ window.MapDataRequest = function() { this.BAD_REQUEST_RUN_QUEUE_DELAY = 10; // longer delay before doing anything after errors (other than TIMEOUT) // delay before processing the queue after error==TIMEOUT requests. this is a less severe error than other errors - this.TIMEOUT_REQUEST_RUN_QUEUE_DELAY = 2; + this.TIMEOUT_REQUEST_RUN_QUEUE_DELAY = 0.5; // render queue