diff --git a/js/ntpGraph.js b/js/ntpGraph.js index 8ae557e..870bce5 100644 --- a/js/ntpGraph.js +++ b/js/ntpGraph.js @@ -41,7 +41,7 @@ graphElements.forEach((elememt) => { } } - xhr.open("GET", "https://www.ntppool.org/scores/" + ip + "/json?monitor=*&limit=400"); + xhr.open("GET", "https://www.ntppool.org/scores/" + ip + "/json?monitor=*&limit=800"); xhr.send(); });