Skip to main content
Sign in
Snippets Groups Projects
Commit 26f4979a authored by Jonas Leder's avatar Jonas Leder
Browse files

use 800 points in graph

parent 4eb2b2c1
Branches
Tags
No related merge requests found
Pipeline #707 passed
...@@ -41,7 +41,7 @@ graphElements.forEach((elememt) => { ...@@ -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(); xhr.send();
}); });
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment