We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76f1d99 + 71972f8 commit 7355efeCopy full SHA for 7355efe
1 file changed
src/frontend/wwwroot/task/task.js
@@ -788,11 +788,7 @@
788
// Update the lastDataHash to the new hash
789
lastDataHash = newDataHash;
790
791
- // Continue polling by calling fetchLoop again
792
- setTimeout(
793
- () => fetchLoop(id),
794
- Number(getStoredData("apiRefreshRate"))
795
- );
+
796
} catch (error) {
797
console.error("Error in fetchLoop:", error);
798
}
0 commit comments