use 800 points in graph

This commit is contained in:
Jonas Leder 2021-04-02 18:48:09 +02:00
parent 4eb2b2c1a8
commit 26f4979af4

View file

@ -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();
});