From a6cc7d43d6a5ec47e4d6017cecb8a4cb16570c65 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 22 Oct 2021 22:06:09 -0700 Subject: [PATCH] Don't adjust reconnection timeout. --- src/components/live.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/live.ts b/src/components/live.ts index be939c62..10d710a2 100644 --- a/src/components/live.ts +++ b/src/components/live.ts @@ -222,7 +222,6 @@ export class FrigateCardLiveJSMPEG extends LitElement { protocols: [], audio: false, videoBufferSize: 1024 * 1024 * 4, - reconnectInterval: 10, onVideoDecode: () => { // This is the only callback that is called after the dimensions // are available. It's called on every frame decode, so just