diff --git a/EmpathicQubit.ConsoleServer/static/index.js b/EmpathicQubit.ConsoleServer/static/index.js index a3ab626..ad43f37 100644 --- a/EmpathicQubit.ConsoleServer/static/index.js +++ b/EmpathicQubit.ConsoleServer/static/index.js @@ -69,6 +69,7 @@ const reloadFavorites = async () => { } if (!different) { + setTimeout(reloadFavorites, UPDATE_INTERVAL) return; }