reduce the delay before repeating a 'error: TIMEOUT' map data request

This commit is contained in:
Jon Atkins 2014-08-13 03:42:26 +01:00
parent c4fcf53fd3
commit 368b647114

View File

@ -55,7 +55,7 @@ window.MapDataRequest = function() {
this.BAD_REQUEST_RUN_QUEUE_DELAY = 10; // longer delay before doing anything after errors (other than TIMEOUT) 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 // 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 // render queue