change timerses

This commit is contained in:
legop3
2026-06-07 18:53:56 -04:00
parent d659cbb522
commit 48119dffdf
3 changed files with 4 additions and 4 deletions
@@ -4,8 +4,8 @@
import { useCallback, useEffect, useRef } from 'react';
import CardFrame from '../CardFrame/index.jsx';
const CLOSE_AFTER_VIDEO_END_MS = 10000;
const CLOSE_IF_VIDEO_NEVER_PLAYS_MS = 20000;
const CLOSE_AFTER_VIDEO_END_MS = 5000;
const CLOSE_IF_VIDEO_NEVER_PLAYS_MS = 10000;
function normalizeUrl(value) {
const text = String(value || '').trim();