mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
change timerses
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user