Skip to content

Commit b8b29f8

Browse files
Fix analytics timeout
Change dependency of xmlhttprequest to use Telerik fork. Update common lib, where the following change is applied: EqatecMonitor.js call setTimeout of XMLHttpRequest with default value - 10000 ms. Add SetRequestTimeout method to EqatecMonitor which sets global timeout variable (currently this method is not used). The timeout is required in order to prevent console hanging when analytics cannot send the request.
1 parent 8fafd7a commit b8b29f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"underscore": "1.5.2",
5151
"unzip": "0.1.9",
5252
"watchr": "2.4.11",
53-
"xmlhttprequest": "1.6.0",
53+
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
5454
"yargs": "1.2.2"
5555
},
5656
"analyze": true,

0 commit comments

Comments
 (0)