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
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-C85Tgudp.js"></script>
<script type="module" crossorigin src="/assets/index-BhkoVBkE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BcnYeuah.css">
</head>
<body>
@@ -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();