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 1716a51 commit 0bc0676Copy full SHA for 0bc0676
octoprint_gcodethumbs/static/js/gcode-preview-viewmodel.js
@@ -34,7 +34,7 @@ $(function() {
34
if (elements.length)
35
enrichWithPreview(elements[0]);
36
37
- timer = setTimeout(monitorDom, 100);
+ timer = setTimeout(monitorDom, 1000);
38
}
39
40
function getElements() {
0 commit comments