Switch to lighter host for HTTP connectivity check.

This commit is contained in:
SticklyMan 2024-03-23 20:51:40 -06:00
parent ac25b304fc
commit 5e730bb41e
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ local function httpErr()
end
local function downloadForUlibUpdateCheck()
http.Fetch( "http://google.com", httpCheck, httpErr )
http.Fetch( "http://www.msftncsi.com/ncsi.txt", httpCheck, httpErr )
end
if ULib.AUTOMATIC_UPDATE_CHECKS then

View File

@ -1 +1 @@
1711238607
1711248700