Decrease number of streams, debug log, change test of orders to D_U_IP
parent
28ffebc63e
commit
6dd3ce1370
|
@ -30,8 +30,8 @@ s.setParameter("getIp_ispInfo_distance","<?=getenv("DISTANCE") ?>");
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
//OVERRIDE PARAMETERS FOR I2P
|
//OVERRIDE PARAMETERS FOR I2P
|
||||||
s.setParameter("xhr_dlMultistream","12");
|
s.setParameter("xhr_dlMultistream","3");
|
||||||
s.setParameter("xhr_ulMultistream","12");
|
s.setParameter("xhr_ulMultistream","3");
|
||||||
|
|
||||||
|
|
||||||
s.setParameter("time_dlGraceTime","3");
|
s.setParameter("time_dlGraceTime","3");
|
||||||
|
@ -48,6 +48,9 @@ s.setParameter("enable_quirks","false");
|
||||||
s.setParameter("time_ul_max","20");
|
s.setParameter("time_ul_max","20");
|
||||||
s.setParameter("time_dl_max","20");
|
s.setParameter("time_dl_max","20");
|
||||||
|
|
||||||
|
s.setParameter("telemetry_level","debug");
|
||||||
|
|
||||||
|
|
||||||
//SERVER AUTO SELECTION
|
//SERVER AUTO SELECTION
|
||||||
function initServers(){
|
function initServers(){
|
||||||
if(SPEEDTEST_SERVERS.length==0){ //standalone installation
|
if(SPEEDTEST_SERVERS.length==0){ //standalone installation
|
||||||
|
|
|
@ -38,7 +38,7 @@ function twarn(s) {
|
||||||
// test settings. can be overridden by sending specific values with the start command
|
// test settings. can be overridden by sending specific values with the start command
|
||||||
let settings = {
|
let settings = {
|
||||||
mpot: false, //set to true when in MPOT mode
|
mpot: false, //set to true when in MPOT mode
|
||||||
test_order: "IP_D_U", //order in which tests will be performed as a string. D=Download, U=Upload, P=Ping+Jitter, I=IP, _=1 second delay
|
test_order: "D_U_IP", //order in which tests will be performed as a string. D=Download, U=Upload, P=Ping+Jitter, I=IP, _=1 second delay
|
||||||
time_ul_max: 15, // max duration of upload test in seconds
|
time_ul_max: 15, // max duration of upload test in seconds
|
||||||
time_dl_max: 15, // max duration of download test in seconds
|
time_dl_max: 15, // max duration of download test in seconds
|
||||||
time_auto: true, // if set to true, tests will take less time on faster connections
|
time_auto: true, // if set to true, tests will take less time on faster connections
|
||||||
|
|
Loading…
Reference in New Issue