Skip to content

Commit

Permalink
use download garbage file for pings
Browse files Browse the repository at this point in the history
  • Loading branch information
SCG82 committed Feb 8, 2021
1 parent 7e428ab commit 6def282
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 @@ -60,7 +60,7 @@ const settings = {
count_ping: 35, // 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
url_ping: "backend/garbage.php", // path to an empty file, used for ping test. must be relative to this js file
url_getIp: "backend/getIP.php", // path to getIP.php relative to this js file, or a similar thing that outputs the client's ip
getIp_ispInfo: true, // if set to true, the server will include ISP info with the IP address
getIp_ispInfo_distance: "km", // km or mi=estimate distance from server in km/mi; set to false to disable distance estimation. getIp_ispInfo must be enabled in order for this to work
Expand Down

0 comments on commit 6def282

Please sign in to comment.