diff --git a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx index 43a9869a6..4b4730cf0 100644 --- a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx +++ b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx @@ -16,7 +16,7 @@ import cn from 'classnames'; import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; import { numberWithCommas } from 'App/utils'; -const AUTOREFRESH_INTERVAL = 0.5 * 60 * 1000; +const AUTOREFRESH_INTERVAL = 2 * 60 * 1000; const PER_PAGE = 10; interface Props {