We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315676e commit d4d1878Copy full SHA for d4d1878
src/frontend/wwwroot/task/task.js
@@ -789,11 +789,7 @@
789
// Update the lastDataHash to the new hash
790
lastDataHash = newDataHash;
791
792
- // Continue polling by calling fetchLoop again
793
- setTimeout(
794
- () => fetchLoop(id),
795
- Number(sessionStorage.getItem("apiRefreshRate"))
796
- );
+
797
} catch (error) {
798
console.error("Error in fetchLoop:", error);
799
}
0 commit comments