diff --git a/lib/config/ServerConfig.js b/lib/config/ServerConfig.js index 81170c3..40bbf76 100644 --- a/lib/config/ServerConfig.js +++ b/lib/config/ServerConfig.js @@ -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";