Skip to content

Commit

Permalink
Slow down snapshot update interval to slowest setting in app
Browse files Browse the repository at this point in the history
  • Loading branch information
crysxd committed Jun 5, 2022
1 parent 3656e43 commit 1608392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_octoapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def do_continuous_snapshot_update(self):
else:
self.update_snapshot_cache(0)

time.sleep(3)
time.sleep(5)

def update_snapshot_cache(self, webcamIndex):
try:
Expand Down

0 comments on commit 1608392

Please sign in to comment.