From 26f4979af42c1401b667a7e376bb07764bb5120a Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Fri, 2 Apr 2021 18:48:09 +0200 Subject: [PATCH] use 800 points in graph --- js/ntpGraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); -- GitLab