Skip to content

Commit 6def282

Browse files
committed
use download garbage file for pings
1 parent 7e428ab commit 6def282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speedtest_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const settings = {
6060
count_ping: 35, // number of pings to perform in ping test
6161
url_dl: "backend/garbage.php", // path to a large file or garbage.php, used for download test. must be relative to this js file
6262
url_ul: "backend/empty.php", // path to an empty file, used for upload test. must be relative to this js file
63-
url_ping: "backend/empty.php", // path to an empty file, used for ping test. must be relative to this js file
63+
url_ping: "backend/garbage.php", // path to an empty file, used for ping test. must be relative to this js file
6464
url_getIp: "backend/getIP.php", // path to getIP.php relative to this js file, or a similar thing that outputs the client's ip
6565
getIp_ispInfo: true, // if set to true, the server will include ISP info with the IP address
6666
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

0 commit comments

Comments
 (0)