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 } ?>
|
||||
|
||||
//OVERRIDE PARAMETERS FOR I2P
|
||||
s.setParameter("xhr_dlMultistream","12");
|
||||
s.setParameter("xhr_ulMultistream","12");
|
||||
s.setParameter("xhr_dlMultistream","3");
|
||||
s.setParameter("xhr_ulMultistream","3");
|
||||
|
||||
|
||||
s.setParameter("time_dlGraceTime","3");
|
||||
|
@ -48,6 +48,9 @@ s.setParameter("enable_quirks","false");
|
|||
s.setParameter("time_ul_max","20");
|
||||
s.setParameter("time_dl_max","20");
|
||||
|
||||
s.setParameter("telemetry_level","debug");
|
||||
|
||||
|
||||
//SERVER AUTO SELECTION
|
||||
function initServers(){
|
||||
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
|
||||
let settings = {
|
||||
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_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
|
||||
|
|
Loading…
Reference in New Issue