refresh rate for /?feed

This commit is contained in:
Matthias Wirth
2021-06-25 23:09:43 +02:00
parent e39ee3e81d
commit 1f4b2bafbd

View File

@@ -5031,6 +5031,9 @@ function updateAddressBar() {
function refreshInt() {
let refresh = RefreshInterval;
if (uuid)
return 5000;
// handle non globe case
if (!globeIndex) {
return refresh;