Change ping url
This commit is contained in:
parent
6058224ea8
commit
c9c0849e1f
@ -138,7 +138,7 @@
|
|||||||
reachability = reachability.slice(-reachability_size-1);
|
reachability = reachability.slice(-reachability_size-1);
|
||||||
}
|
}
|
||||||
reachability.push([startTime, undefined]);
|
reachability.push([startTime, undefined]);
|
||||||
httpGet("https://ip6.clerie.de/",
|
httpGet("https://ping.clerie.de/ping",
|
||||||
() => {
|
() => {
|
||||||
let endTime = (new Date()).getTime();
|
let endTime = (new Date()).getTime();
|
||||||
reachability[reachability.length-1][1] = endTime;
|
reachability[reachability.length-1][1] = endTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user