Skip to content

Commit 3207705

Browse files
rosen-vladimirovFatme Havaluova
authored and
Fatme Havaluova
committed
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 054f939 commit 3207705

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)