Decrease number of streams, debug log, change test of orders to D_U_IP

main
librespeed 2024-10-22 07:01:03 -04:00
parent 28ffebc63e
commit 6dd3ce1370
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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