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 b8a1e49 commit 62c4ee8Copy full SHA for 62c4ee8
octoprint_thespaghettidetective/webcam_stream.py
@@ -160,7 +160,7 @@ def run_janus():
160
161
self.start_janus_ws_tunnel()
162
163
- @backoff.on_exception(backoff.expo, Exception, max_tries=10)
+ @backoff.on_exception(backoff.expo, Exception, max_tries=7)
164
def wait_for_janus(self):
165
time.sleep(1)
166
socket.socket().connect((JANUS_SERVER, 8188))
0 commit comments