Compare commits
3 Commits
79d37abb99
...
c4e459bb3b
Author | SHA1 | Date |
---|---|---|
|
c4e459bb3b | |
|
ea124724be | |
|
40bd4f1971 |
|
@ -29,6 +29,14 @@ s.setParameter("getIp_ispInfo",false);
|
|||
s.setParameter("getIp_ispInfo_distance","<?=getenv("DISTANCE") ?>");
|
||||
<?php } ?>
|
||||
|
||||
//OVERRIDE PARAMETERS FOR I2P
|
||||
s.setParameter("xhr_dlMultistream","12");
|
||||
s.setParameter("xhr_ulMultistream","12");
|
||||
|
||||
|
||||
s.setParameter("time_dlGraceTime","3");
|
||||
s.setParameter("time_ulGraceTime","3");
|
||||
|
||||
//SERVER AUTO SELECTION
|
||||
function initServers(){
|
||||
if(SPEEDTEST_SERVERS.length==0){ //standalone installation
|
||||
|
|
|
@ -343,7 +343,7 @@ Speedtest.prototype = {
|
|||
function() {
|
||||
this.worker.postMessage("status");
|
||||
}.bind(this),
|
||||
200
|
||||
1500
|
||||
);
|
||||
if (this._state == 1)
|
||||
throw "When using multiple points of test, you must call selectServer before starting the test";
|
||||
|
|
Loading…
Reference in New Issue