From ae7c3c53d6547ddc494ae059120cecad4487e1bd Mon Sep 17 00:00:00 2001 From: adolfintel Date: Sun, 9 Dec 2018 17:12:38 +0100 Subject: [PATCH] Updated example-customSettings.html --- example-customSettings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example-customSettings.html b/example-customSettings.html index f2efa85..129f9f7 100644 --- a/example-customSettings.html +++ b/example-customSettings.html @@ -113,9 +113,9 @@ function I(id){return document.getElementById(id);} var w=null; //speedtest worker var parameters={ //custom test parameters. See doc.md for a complete list - time_dl: 10, //download test lasts 10 seconds - time_ul: 10, //upload test lasts 10 seconds - count_ping: 20, //ping+jitter test does 20 pings + time_dl_max: 20, //download test lasts up to 20 seconds + time_ul_max: 20, //upload test lasts up to 20 seconds + count_ping: 15, //ping+jitter test does 15 pings getIp_ispInfo: false //will only get IP address without ISP info }; function startStop(){