Skip to content

Commit 0bc0676

Browse files
committed
Go easier on the dom
1 parent 1716a51 commit 0bc0676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_gcodethumbs/static/js/gcode-preview-viewmodel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $(function() {
3434
if (elements.length)
3535
enrichWithPreview(elements[0]);
3636

37-
timer = setTimeout(monitorDom, 100);
37+
timer = setTimeout(monitorDom, 1000);
3838
}
3939

4040
function getElements() {

0 commit comments

Comments
 (0)