From c42818cc63e56c39395442d02d91e796d2b76fae Mon Sep 17 00:00:00 2001 From: Mirlan Date: Thu, 14 Oct 2021 17:04:30 +0600 Subject: [PATCH] refactor(1825): changed live sync duration to 30 (#542) --- src/features/StreamPlayer/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/StreamPlayer/config.tsx b/src/features/StreamPlayer/config.tsx index b3bba390..72bec30c 100644 --- a/src/features/StreamPlayer/config.tsx +++ b/src/features/StreamPlayer/config.tsx @@ -3,7 +3,7 @@ import Hls from 'hls.js' import { readToken } from 'helpers/token' export const streamConfig: Partial = { - liveSyncDuration: 10, + liveSyncDuration: 30, maxBufferLength: 30, xhrSetup: (xhr, urlString) => { const url = new URL(urlString)