diff --git a/desktop/static/loading.html b/desktop/static/loading.html index e16e5f652..387580ee2 100644 --- a/desktop/static/loading.html +++ b/desktop/static/loading.html @@ -59,7 +59,7 @@ } } catch { } - window.setTimeout(checkAndReload, 250); + window.setTimeout(checkAndReload, 1000); } checkAndReload();