Changed time sync off threshold

This commit is contained in:
Nik Afiq 2025-11-12 11:34:47 +09:00
parent baa1894926
commit adade2f8cc

View File

@ -5,7 +5,7 @@ import ShowsPage from "./pages/ShowsPage";
import TimeSyncNotice from "./components/TimeSyncNotice"; import TimeSyncNotice from "./components/TimeSyncNotice";
import "./index.css"; import "./index.css";
const TIME_SYNC_OFF_THRESHOLD = 200; const TIME_SYNC_OFF_THRESHOLD = 100;
export default function App() { export default function App() {
const [open, setOpen] = React.useState(false); const [open, setOpen] = React.useState(false);