Skip to content

Commit 7ac19e4

Browse files
Adjusted datapoint window graph size
1 parent 4f9433d commit 7ac19e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/webui/static/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,7 @@ <h3 style="display: flex; align-items: center; gap: 8px; margin-bottom: 16px;">
10091009

10101010
<script>
10111011
const colors = { night: '#0e1a53', sky: '#1486ff', aqua: '#30d1b2', sunrise: '#f0b336', amethyst: '#8b5cf6', pink: '#ec4899', forest: '#059669' };
1012-
// Hold the last 60 data points in the graphs. For a 500 millisecond refresh rate this is equivalent to the last 30 seconds of graph history
1013-
const WINDOW_SIZE = 60;
1012+
const WINDOW_SIZE = 45;
10141013
let globalMarkers = [];
10151014
let lastKnownIteration = 0;
10161015
let lastKnownWaiting = false;

0 commit comments

Comments
 (0)