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;