diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a53f3ac..a89456b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -74,7 +74,7 @@ function App(): JSX.Element { })(); }, []); - const updatePlayerPositionIntevalMillis = 30; + const updatePlayerPositionIntevalMillis = 20; // setup player on first page load only: useEffect(() => {