mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Improved ImageJob timeout error logging
This commit is contained in:
parent
42060a49b5
commit
f94aa78cc6
@ -84,7 +84,7 @@ ImageJob.prototype = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.jobId = window.setTimeout(function(){
|
this.jobId = window.setTimeout(function(){
|
||||||
self.errorMsg = "Image load exceeded timeout";
|
self.errorMsg = "Image load exceeded timeout (" + self.timeout + " ms)";
|
||||||
self.finish(false);
|
self.finish(false);
|
||||||
}, this.timeout);
|
}, this.timeout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user