Change time difference threshold
This commit is contained in:
parent
d915375c7f
commit
fda01756d9
@ -5,7 +5,7 @@ import ShowsPage from "./pages/ShowsPage";
|
||||
import TimeSyncNotice from "./components/TimeSyncNotice";
|
||||
import "./index.css";
|
||||
|
||||
const TIME_SYNC_OFF_THRESHOLD = 1000;
|
||||
const TIME_SYNC_OFF_THRESHOLD = 500;
|
||||
|
||||
export default function App() {
|
||||
const [open, setOpen] = React.useState(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user