Skip to content

Commit

Permalink
increase ping measurements from 10 to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
SCG82 committed Feb 8, 2021
1 parent cb88c1c commit ff82974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const settings = {
time_auto: true, // if set to true, tests will take less time on faster connections
time_ulGraceTime: 3, // time to wait in seconds before actually measuring ul speed (wait for buffers to fill)
time_dlGraceTime: 1.5, // time to wait in seconds before actually measuring dl speed (wait for TCP window to increase)
count_ping: 10, // number of pings to perform in ping test
count_ping: 32, // number of pings to perform in ping test
url_dl: "backend/garbage.php", // path to a large file or garbage.php, used for download test. must be relative to this js file
url_ul: "backend/empty.php", // path to an empty file, used for upload test. must be relative to this js file
url_ping: "backend/empty.php", // path to an empty file, used for ping test. must be relative to this js file
Expand Down

0 comments on commit ff82974

Please sign in to comment.