You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: speedtest_worker.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ const settings = {
60
60
count_ping: 35,// number of pings to perform in ping test
61
61
url_dl: "backend/garbage.php",// path to a large file or garbage.php, used for download test. must be relative to this js file
62
62
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
64
64
url_getIp: "backend/getIP.php",// path to getIP.php relative to this js file, or a similar thing that outputs the client's ip
65
65
getIp_ispInfo: true,// if set to true, the server will include ISP info with the IP address
66
66
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