mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56: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(){
|
||||
self.errorMsg = "Image load exceeded timeout";
|
||||
self.errorMsg = "Image load exceeded timeout (" + self.timeout + " ms)";
|
||||
self.finish(false);
|
||||
}, this.timeout);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user