Increase update interval to 1500ms
parent
ea124724be
commit
c4e459bb3b
|
@ -343,7 +343,7 @@ Speedtest.prototype = {
|
||||||
function() {
|
function() {
|
||||||
this.worker.postMessage("status");
|
this.worker.postMessage("status");
|
||||||
}.bind(this),
|
}.bind(this),
|
||||||
200
|
1500
|
||||||
);
|
);
|
||||||
if (this._state == 1)
|
if (this._state == 1)
|
||||||
throw "When using multiple points of test, you must call selectServer before starting the test";
|
throw "When using multiple points of test, you must call selectServer before starting the test";
|
||||||
|
|
Loading…
Reference in New Issue