From e13c7467f672fa9905939468ed5c8c3050b57744 Mon Sep 17 00:00:00 2001 From: Ashesh3 <3626859+Ashesh3@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:41:40 +0530 Subject: [PATCH] change to 5s --- src/Components/Facility/Consultations/Feed.tsx | 2 +- src/Components/Facility/Consultations/LiveFeed.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Facility/Consultations/Feed.tsx b/src/Components/Facility/Consultations/Feed.tsx index cf717c7d531..5f196c61353 100644 --- a/src/Components/Facility/Consultations/Feed.tsx +++ b/src/Components/Facility/Consultations/Feed.tsx @@ -265,7 +265,7 @@ export const Feed: React.FC = ({ consultationId, facilityId }) => { } }, }); - }, 1000); + }, 5000); } else if (!statusReported) { triggerGoal("Camera Feed Viewed", { consultationId, diff --git a/src/Components/Facility/Consultations/LiveFeed.tsx b/src/Components/Facility/Consultations/LiveFeed.tsx index 7c6d97df775..9dd84750587 100644 --- a/src/Components/Facility/Consultations/LiveFeed.tsx +++ b/src/Components/Facility/Consultations/LiveFeed.tsx @@ -211,7 +211,7 @@ const LiveFeed = (props: any) => { onSuccess: () => setStreamStatus(StreamStatus.Playing), onError: () => setStreamStatus(StreamStatus.Offline), }); - }, 1000); + }, 5000); } return () => {