Changed time sync off threshold
This commit is contained in:
parent
baa1894926
commit
adade2f8cc
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user