Commit 9ab70573 by Alexander Bazo

Increase gaze update interval

parent 3e2d274f
......@@ -15,7 +15,7 @@ class ServerConfig {
port = process.env.PORT || 2568;
socialRoute = "/";
monitorRoute = "/colyseus";
updateInterval = 1000/60;
updateInterval = 1000/32;
viewerRoute = "/viewer";
viewerPath = "./www";
viewerRoomName = "image_viewer";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment