Skip to content

Commit

Permalink
Old refresh value
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Aug 21, 2020
1 parent ad4c28a commit f8d50fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class OctoPrint extends utils.Adapter {
this.log.debug('re-creating refresh state timeout');

clearTimeout(this.refreshStateTimeout);
this.refreshStateTimeout = setTimeout(this.refreshState.bind(this), 30000);
this.refreshStateTimeout = setTimeout(this.refreshState.bind(this), 60000);
}

async refreshFiles() {
Expand Down

0 comments on commit f8d50fc

Please sign in to comment.