From 1f4b2bafbd100b90fdc06ed99093451eb533fab5 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Fri, 25 Jun 2021 23:09:43 +0200 Subject: [PATCH] refresh rate for /?feed --- html/script.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/script.js b/html/script.js index d428222..38d5c8b 100644 --- a/html/script.js +++ b/html/script.js @@ -5031,6 +5031,9 @@ function updateAddressBar() { function refreshInt() { let refresh = RefreshInterval; + if (uuid) + return 5000; + // handle non globe case if (!globeIndex) { return refresh;