From a29f175cba589995b86d7119c4a46c0959a38273 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 2 Oct 2020 10:10:48 -0400 Subject: [PATCH] default 30 seconds --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 12cf1ff3..fcb46905 100644 --- a/static/index.html +++ b/static/index.html @@ -322,7 +322,7 @@ $("#refreshRate").append(new Option(i, i)); } } - $("#refreshRate").val(10); + $("#refreshRate").val(30); setRefreshInterval(30000)