We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a648b + 577ec4f commit 50952b3Copy full SHA for 50952b3
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