We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8f9b commit 526aa8aCopy full SHA for 526aa8a
dsmr_frontend/templates/dsmr_frontend/live-graphs.html
@@ -260,8 +260,8 @@
260
$(document).ready(function(){
261
setInterval(function(){ update_consumption_header(); }, 1000);
262
263
- /* Reload entire page after 15 minutes. */
264
- setInterval(function(){ location.reload(); }, 15 * 60 * 1000)
+ /* Reload entire page after X minutes. */
+ setInterval(function(){ location.reload(); }, 5 * 60 * 1000)
265
266
// Sort graphs by preference.
267
$('section.content > div').sort(graph_sort_callback).appendTo('section.content');
0 commit comments